aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m2pa.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-23- Updated reference to ID version 11.Michael Tüxen1-14/+19
2003-09-04Update for version 09 of the ID.Michael Tüxen1-9/+9
2003-05-04Updated the version 06 of the ID support to version 08. Therefore versionsMichael Tüxen1-54/+54
2003-05-04fixed a bug in te handling of the message type field for version 06 of the ID.Michael Tüxen1-8/+6
2003-05-01From Jeff Morriss: fetch both bytes of the message type in V2 and V6Guy Harris1-3/+3
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen1-11/+4
2003-04-19- add INFO column stuff using fence.Michael Tüxen1-31/+34
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-3/+3
2002-11-09Added support for version 2 of the ID, port number can now be selected.Michael Tüxen1-114/+276
2002-09-22Fixed a bug in packet-m2pa.c regarding the handling of Acks.Michael Tüxen1-14/+18
2002-09-20Updated to version 06 of the Internet Draft.Michael Tüxen1-5/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-27- updated to support draft-ietf-sigtran-m2pa-05.txtMichael Tüxen1-215/+127
2002-06-20From Michael Tuexen: fix SCTP port number for M2PA to be theGuy Harris1-2/+2
2002-05-18From Michael Tuexen: show the filler only if present.Guy Harris1-4/+5
2002-04-08From Michael Tuexen:Guy Harris1-26/+6
2002-03-28From Michael Tuexen: update to draft-ietf-sigtran-m2pa-04.txt.Guy Harris1-48/+62
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-8/+6
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-6/+6
2001-12-03Update of M2PA support to draft 3, from Michael Tuexen.Guy Harris1-190/+183
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-06-21M2PA support, from Jeff Morriss.Guy Harris1-0/+402