File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
.vs/SQLNetworkAnalyzer/v15 Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ static void Main(string[] args)
105105 //
106106 // set filterFormat
107107 //
108+ filterFormat = "A" ; // override default to be the same as "Auto"
108109 values = cp . GetArgs ( "filterfmt" ) ;
109110 if ( values . Count != 0 )
110111 {
@@ -126,6 +127,11 @@ static void Main(string[] args)
126127 filterFormat = "A" ; // gets set to N or W based on the file type of the first file opened
127128 break ;
128129 }
130+ case "DEFAULT" :
131+ {
132+ filterFormat = "" ; // blank means to display the IP address and filter as two separate columns and not a network filter string
133+ break ;
134+ }
129135 default :
130136 {
131137 Console . WriteLine ( "Bad arguments: filterFmt" ) ;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.5.2050 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.5.2050 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.5.2052 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.2052 .0" ) ]
You can’t perform that action at this time.
0 commit comments