From 097f75dd7a7c05d2459adde55cf0b1167671cb24 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 22 Oct 2005 03:49:23 +0000 Subject: 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 --- wiretap/wtap-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/wtap-int.h') 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 */ -- cgit v1.2.3