diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-03-02 21:29:15 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-03-02 21:29:15 +0000 |
commit | 9951fc2cff28d0ad7c15ae71170a8d3b2eb8b17d (patch) | |
tree | b873c3753a60d9f5661e40b9229d27105ac9739a /epan/column_info.h | |
parent | 497e0ec77505e2dbf04e7bb5b822cbc713aa03d6 (diff) | |
download | wireshark-9951fc2cff28d0ad7c15ae71170a8d3b2eb8b17d.tar.gz wireshark-9951fc2cff28d0ad7c15ae71170a8d3b2eb8b17d.tar.bz2 wireshark-9951fc2cff28d0ad7c15ae71170a8d3b2eb8b17d.zip |
from Daniele Orlandi:
The attached patch adds support for LAPD frames captured using vISDN thru
libpcap. The support has already been included in libpcap.
The patch adds a new wiretap encapsulation, the necessary glue to decode
SLL-encapsulated frames, and some minor change in the LAPD dissector in order
to support the remote-to-remote frames captured on the ISDN E-Channel.
Please apply ethereal-encap-table.diff before, as it fixes a misalignment in
the encapsulation names table.
svn path=/trunk/; revision=17451
Diffstat (limited to 'epan/column_info.h')
-rw-r--r-- | epan/column_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/column_info.h b/epan/column_info.h index 7e510dab49..3796f42658 100644 --- a/epan/column_info.h +++ b/epan/column_info.h @@ -99,6 +99,7 @@ enum { COL_HPUX_DEVID, /* HP-UX Nettl Device ID */ COL_DCE_CALL, /* DCE/RPC call id OR datagram sequence number */ COL_8021Q_VLAN_ID, /* 802.1Q vlan ID */ + COL_TEI, /* q.921 TEI */ NUM_COL_FMTS /* Should always be last */ }; |