aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2pa.c
Commit message (Expand)AuthorAgeFilesLines
* Update for version 09 of the ID.Michael Tüxen2003-09-041-9/+9
* Updated the version 06 of the ID support to version 08. Therefore versionsMichael Tüxen2003-05-041-54/+54
* fixed a bug in te handling of the message type field for version 06 of the ID.Michael Tüxen2003-05-041-8/+6
* From Jeff Morriss: fetch both bytes of the message type in V2 and V6Guy Harris2003-05-011-3/+3
* - get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen2003-04-221-11/+4
* - add INFO column stuff using fence.Michael Tüxen2003-04-191-31/+34
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-141-3/+3
* Added support for version 2 of the ID, port number can now be selected.Michael Tüxen2002-11-091-114/+276
* Fixed a bug in packet-m2pa.c regarding the handling of Acks.Michael Tüxen2002-09-221-14/+18
* Updated to version 06 of the Internet Draft.Michael Tüxen2002-09-201-5/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
* - updated to support draft-ietf-sigtran-m2pa-05.txtMichael Tüxen2002-08-271-215/+127
* From Michael Tuexen: fix SCTP port number for M2PA to be theGuy Harris2002-06-201-2/+2
* From Michael Tuexen: show the filler only if present.Guy Harris2002-05-181-4/+5
* From Michael Tuexen:Guy Harris2002-04-081-26/+6
* From Michael Tuexen: update to draft-ietf-sigtran-m2pa-04.txt.Guy Harris2002-03-281-48/+62
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-8/+6
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-6/+6
* Update of M2PA support to draft 3, from Michael Tuexen.Guy Harris2001-12-031-190/+183
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+6
* M2PA support, from Jeff Morriss.Guy Harris2001-06-211-0/+402