aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-pdus.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-01-16 17:27:03 +0000
committerEvan Huus <eapache@gmail.com>2013-01-16 17:27:03 +0000
commit3a64f93a00a9acbca22802044c5f7cc96bd8a844 (patch)
tree631d07b5fc2a6efc09f701e2d989ade4a49d6230 /epan/dissectors/packet-dis-pdus.h
parentaed95072b416b3f6ac1086d8b1347617a616398d (diff)
From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8185
Support for Underwater Acoustic PDUs in packet-dis.c svn path=/trunk/; revision=47119
Diffstat (limited to 'epan/dissectors/packet-dis-pdus.h')
-rw-r--r--epan/dissectors/packet-dis-pdus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dis-pdus.h b/epan/dissectors/packet-dis-pdus.h
index 01a235d8d0..e964371734 100644
--- a/epan/dissectors/packet-dis-pdus.h
+++ b/epan/dissectors/packet-dis-pdus.h
@@ -39,6 +39,7 @@ extern DIS_ParserNode DIS_PARSER_DETONATION_PDU[];
/* DIS Distributed Emission Regeneration PDUs */
extern DIS_ParserNode DIS_PARSER_ELECTROMAGNETIC_EMISSION_PDU[];
+extern DIS_ParserNode DIS_PARSER_UNDERWATER_ACOUSTIC_PDU[];
/* DIS Radio Communications protocol (RCP) family PDUs */
extern DIS_ParserNode DIS_PARSER_TRANSMITTER_PDU[];