aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 14:21:37 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 14:21:37 +0000
commit69aea1443fe57f7fd9264d0e5c7d058cf9f7f002 (patch)
treed74c802d7aa125ab811a5e94734c6a25ebb1f456 /wiretap/wtap.c
parent3477b3866ba93f29a4c0efed117d405cbbb58938 (diff)
From Fulko Hew:
1/ patches to support the libpcap/SITA format 'WTAP_ENCAP_SITA'. 2/ patches to the LAPB dissector to accept MLP (Multi-link protocol) (although MLP dissection has _not_ been added (yet)). 3/ New protocol dissectors for: a) SITA's WAN layer 0 status header, b) An airline protocol ALC, c) An airline (and other industry) protocol UTS. These patches are submitted as a set since the new protocol dissectors are not useful without the libpcap/SITA related changes, and there is no point in having those changes without the additional dissectors. This fixes bug/enhancement 2016. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23885 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 759fbed3da..2ddb55bbfc 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -389,6 +389,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_BT_H4 */
{ "Bluetooth H4 with linux header", "bluetooth-h4" },
+
+ /* WTAP_ENCAP_SITA */
+ { "SITA WAN packets", "sita-wan" },
};
gint wtap_num_encap_types = sizeof(encap_table_base) / sizeof(struct encap_type_info);