mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 18:43:39 +08:00
tcpdump.c: mark several variables as static
This commit is contained in:
parent
5951ca70d2
commit
bc60860d5e
@ -90,9 +90,9 @@ extern int SIZE_BUF;
|
||||
netdissect_options Gndo;
|
||||
netdissect_options *gndo = &Gndo;
|
||||
|
||||
int dflag; /* print filter code */
|
||||
int Lflag; /* list available data link types and exit */
|
||||
char *zflag = NULL; /* compress each savefile using a specified command (like gzip or bzip2) */
|
||||
static int dflag; /* print filter code */
|
||||
static int Lflag; /* list available data link types and exit */
|
||||
static char *zflag = NULL; /* compress each savefile using a specified command (like gzip or bzip2) */
|
||||
|
||||
static int infodelay;
|
||||
static int infoprint;
|
||||
|
Loading…
Reference in New Issue
Block a user