aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-30 01:18:22 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-30 01:18:22 +0000
commit6d3d1556dc9f995183815920cc4a70d3fc912dc6 (patch)
tree9186d093016070469c3c09f3a9d9f6cf7b4c1559 /wiretap/wtap.c
parente52bce9f1feb5f04099ed216df194f85c4ed1eab (diff)
STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217)
From İbrahim Can Yüce From me: Update to new tcp_dissect_pdus format, minor whitespace issues noticed in wiretap files. svn path=/trunk/; revision=53669
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 4b9a32677a..c932d24c86 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -546,9 +546,12 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_DVBCI */
{ "DVB-CI (Common Interface)", "dvbci"},
- /* WTAP_ENCAP_MUX27010 */
+ /* WTAP_ENCAP_MUX27010 */
{ "MUX27010", "mux27010"},
+ /* WTAP_ENCAP_STANAG_5066_D_PDU */
+ { "STANAG5066 Data Transfer Sublayer PDUs(D_PDU)", "s5066-dpdu"},
+
/* WTAP_ENCAP_MIME */
{ "MIME", "mime" },