aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-07 03:52:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-07 03:52:59 +0000
commita2e34403702935412b0cbc2865e057fd08cc0b9c (patch)
tree65d6e0d2636aa68fff9c58ea0eaf17f2a3780cf1 /wiretap
parent553235d47d63fe2ace6ce287f2b3c8513e9baec4 (diff)
Properly turn the raw ISDN channel number field into an actual channel
number. Put in some commented-out code to deal with some end-of-packet crud in some ISDN captures - not all ISDN captures have it, so we can't unconditionally slice it out. svn path=/trunk/; revision=6867
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index f83780749e..17b84b76d8 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,6 +1,6 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.32 2002/11/27 22:21:41 guy Exp $
+ * $Id: wtap-int.h,v 1.33 2003/01/07 03:52:59 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -99,6 +99,7 @@ typedef struct {
int end_offset;
int version_major;
guint padding; /* end-of-packet padding */
+ guint isdn_type; /* 1 = E1 PRI, 2 = T1 PRI, 3 = BRI */
} netxray_t;
typedef struct {