aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mux27010.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mux27010.c')
-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>