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>
This commit is contained in:
Bill Meier 2015-01-02 11:24:30 -05:00
parent 887d198361
commit a3c705af06
1 changed files with 11 additions and 0 deletions

View File

@ -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>