aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-10 05:53:00 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-10 05:53:00 +0000
commitfbec15f6f2e668ef3bd7ba04ce701987ba91c9d1 (patch)
treea63fc239697310138a15c96e4e4c0843c84ce868 /wiretap/wtap-int.h
parent08d2e5e8b78baa7ed2a29d3b806b86c94a7501d5 (diff)
It looks as if a value of 0xfa in the second byte of a REC_HEADER2
record might indicate an ISDN capture; treat that as an indication that a capture is an ISDN capture. svn path=/trunk/; revision=6893
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 79aeaa5b85..e3eff3f6cf 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,6 +1,6 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.34 2003/01/09 01:38:30 guy Exp $
+ * $Id: wtap-int.h,v 1.35 2003/01/10 05:53:00 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -58,7 +58,6 @@ typedef struct {
double timeunit;
time_t start;
gboolean is_atm;
- gboolean is_router;
ngsniffer_comp_stream_t seq; /* sequential access */
ngsniffer_comp_stream_t rand; /* random access */
GList *first_blob; /* list element for first blob */