diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-01-10 05:53:00 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-01-10 05:53:00 +0000 |
commit | fbec15f6f2e668ef3bd7ba04ce701987ba91c9d1 (patch) | |
tree | a63fc239697310138a15c96e4e4c0843c84ce868 /wiretap/wtap-int.h | |
parent | 08d2e5e8b78baa7ed2a29d3b806b86c94a7501d5 (diff) | |
download | wireshark-fbec15f6f2e668ef3bd7ba04ce701987ba91c9d1.tar.gz wireshark-fbec15f6f2e668ef3bd7ba04ce701987ba91c9d1.tar.bz2 wireshark-fbec15f6f2e668ef3bd7ba04ce701987ba91c9d1.zip |
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.h | 3 |
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 */ |