aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris1-2/+2
2001-11-21Get rid of some unused variables.Guy Harris1-6/+1
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+6
2001-11-03Clean up the Info column, by leaving the ": " that separates badGuy Harris1-2/+5
2001-11-03Support for desegmentation of Diameter-over-TCP, from David Frascone.Guy Harris1-11/+77
2001-11-03In "addStaticAVP()", add the new entry to the list of AVP types afterGuy Harris1-1/+5
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-10/+4
2001-11-01From David Frascone: duUpdate to Diameter dissector to load theGuy Harris1-101/+867
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-10/+3
2001-08-04Don't cast "data" to "unsigned long long"; "long long" - or whateverGuy Harris1-2/+2
2001-07-30From David Frascone: update to the DIAMETER dissector forGuy Harris1-603/+699
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris1-5/+9
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-23/+23
2001-05-27Fix the copyright notice to reflect the fact that Gerald holds theGuy Harris1-3/+4
2001-04-10Updates from David Frascone.Guy Harris1-12/+34
2001-02-23Updates from David Frascone: includes DIAMETER-over-SCTP support.Guy Harris1-25/+35
2001-02-20In the DIAMETER dissector, clear the Info column before fetchingGuy Harris1-1/+3
2001-02-20Don't do anything with 64-bit integral types if G_HAVE_GINT64 isn'tGuy Harris1-10/+16
2001-02-19As "dissect_diameter()" is now static to "packet-diameter.c", there's noGuy Harris1-2/+1
2001-02-19New tvbuffified DIAMETER dissector, from David Frascone.Guy Harris1-522/+567
2001-02-163rd time's a charm.Gilbert Ramirez1-4/+6
2001-02-16Off-by-a-little-bit in adjusting the offset.Gilbert Ramirez1-3/+3
2001-02-16Don't trust avp_length, which is taken directly from the packet data.Gilbert Ramirez1-6/+23
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