aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-3/+3
2001-06-21Fix a typo.guy1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-46/+46
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-2/+2
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soguy1-2/+2
2001-04-09SCTP dissector fix from Michael Tuexen.guy1-10/+12
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-8/+4
2001-01-14Update from Michael Tuexen to enhance handling of bundled upper layerguy1-23/+44
2001-01-13Support for dissectors registering themselves with a particular SCTPguy1-9/+12
2001-01-11Update the SCTP dissector, and add a dissector forgram1-336/+437
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-19Michael Tuexen's patch to add "sctp.port" as a dissector table so thatguy1-57/+90
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-9/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-15/+6
2000-07-31Include "packet.h", not <packet.h> - the latter, at least on Win32,guy1-9/+2
2000-07-21Add SCTP dissector from Tuexen Michael <Michael.Tuexen@icn.siemens.de>gram1-0/+1810