aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-10-22 03:49:23 +0000
committerGuy Harris <guy@alum.mit.edu>2005-10-22 03:49:23 +0000
commit097f75dd7a7c05d2459adde55cf0b1167671cb24 (patch)
treee4f8f0d232bbc4424dbb35ce0a451c56877dc36f /wiretap/wtap-int.h
parentede79e4d3c9b50202d175b141928e2ff230047f4 (diff)
Add #defines for the DOS Sniffer network types and for various frame
status field bits". Check for "Internetwork analyzer" captures by checking the Sniffer network type, and save that type rather than just an "ATM or not" flag in the private data. svn path=/trunk/; revision=16283
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 52680d5fe7..cf29fb3704 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -57,7 +57,7 @@ typedef struct {
guint min_vers;
double timeunit;
time_t start;
- gboolean is_atm;
+ guint network; /* network type */
ngsniffer_comp_stream_t seq; /* sequential access */
ngsniffer_comp_stream_t rand; /* random access */
GList *first_blob; /* list element for first blob */