aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+9
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-7/+8
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-10-21Updates from David Frascone.Guy Harris1-15/+29
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+2
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-9/+9
2000-08-03Fix typo in description of Diameter.tcp.port preference.Gilbert Ramirez1-2/+2
2000-07-31Include <time.h> to declare "localtime()" and "strftime()", and useGuy Harris1-2/+3
2000-07-30David Frascone's DIAMETER dissector.Guy Harris1-0/+752