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
This commit is contained in:
Guy Harris 2003-01-07 03:52:59 +00:00
parent 553235d47d
commit a2e3440370
1 changed files with 2 additions and 1 deletions

View File

@ -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 {