aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+9
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-7/+8
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Updates from David Frascone.Guy Harris2000-10-211-15/+29
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+2
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-9/+9
* Fix typo in description of Diameter.tcp.port preference.Gilbert Ramirez2000-08-031-2/+2
* Include <time.h> to declare "localtime()" and "strftime()", and useGuy Harris2000-07-311-2/+3
* David Frascone's DIAMETER dissector.Guy Harris2000-07-301-0/+752