aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-01-02 11:24:30 -0500
committerBill Meier <wmeier@newsguy.com>2015-01-02 16:28:16 +0000
commita3c705af067e93be65572d9ecabe73d3be55a6a5 (patch)
tree9efb1fae1f9203d886698bcd21662d7acda23b4b /epan
parent887d1983611e8134cabb773ee1ae7f262807f256 (diff)
mux27010: Add a link to info about the mux27010 packet structure.
Change-Id: I46f8efc8c95bf4501a631ef3adc5291939ab1497 Reviewed-on: https://code.wireshark.org/review/6240 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mux27010.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mux27010.c b/epan/dissectors/packet-mux27010.c
index d0a9429ae4..05b75b789e 100644
--- a/epan/dissectors/packet-mux27010.c
+++ b/epan/dissectors/packet-mux27010.c
@@ -21,6 +21,17 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/*
+ * This dissector analyses a multiplexed communication between a GSM modem and the host,
+ * whereby the multiplexing is based upon a variant of the specification 3G TS 27.010.
+ *
+ * The assigned DLT value is:
+ * LINKTYPE_MUX27010 236 DLT_MUX27010
+ *
+ * A detailed description of the packet structure/LINKTYPE_MUX27010 can be found on:
+ * http://www.tcpdump.org/linktypes/LINKTYPE_MUX27010.html
+ */
+
#include "config.h"
#include <epan/packet.h>