aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-23/+23
* Fix the copyright notice to reflect the fact that Gerald holds theGuy Harris2001-05-271-3/+4
* Updates from David Frascone.Guy Harris2001-04-101-12/+34
* Updates from David Frascone: includes DIAMETER-over-SCTP support.Guy Harris2001-02-231-25/+35
* In the DIAMETER dissector, clear the Info column before fetchingGuy Harris2001-02-201-1/+3
* Don't do anything with 64-bit integral types if G_HAVE_GINT64 isn'tGuy Harris2001-02-201-10/+16
* As "dissect_diameter()" is now static to "packet-diameter.c", there's noGuy Harris2001-02-191-2/+1
* New tvbuffified DIAMETER dissector, from David Frascone.Guy Harris2001-02-191-522/+567
* 3rd time's a charm.Gilbert Ramirez2001-02-161-4/+6
* Off-by-a-little-bit in adjusting the offset.Gilbert Ramirez2001-02-161-3/+3
* Don't trust avp_length, which is taken directly from the packet data.Gilbert Ramirez2001-02-161-6/+23
* Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris2001-02-051-2/+2
* 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