aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-25Add a preferense wether console output should be made in case of unknown comm...Anders Broman1-16/+35
2004-04-17The value returned by "diameter_avp_get_value()" is used only inGuy Harris1-10/+5
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-18/+17
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-2/+2
2004-03-21Clean up white space.Guy Harris1-15/+11
2004-03-21From Anders Broman: fix the value strings for decoding of AVP values,Guy Harris1-13/+45
2004-03-05Add a preference to the Diameter dissector allowing to control whetherOlivier Biot1-7/+17
2004-02-21Make both the Diameter-over-TCP and Diameter-over-SCTP dissectorsGuy Harris1-58/+46
2004-02-21Include <errno.h> to declare "errno".Guy Harris1-1/+2
2004-02-21Report a failure to open the XML disctionary file withGuy Harris1-2/+3
2004-01-19Trivial warning fixes: func(void), not func()Jörg Mayer1-4/+4
2004-01-17splitted some of the preferences texts into more than one line,Ulf Lamping1-2/+2
2003-10-29From Steve Ford: "prefs_register_string_preference()" makes a copy ofGuy Harris1-5/+17
2003-07-09Removed duplicate definitions of flags_set_truth.Tim Potter1-6/+1
2003-05-15From Richard Urwin:Guy Harris1-7/+3
2003-04-12Fix a typo.Guy Harris1-2/+2
2003-04-10From David Frascone: use a string constant rather than a global variableGuy Harris1-6/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-15/+13
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-68/+68
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-17/+9
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-2/+2
2002-05-02From Joerg Mayer: get rid of unused arguments.Guy Harris1-12/+12
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-3/+1
2002-03-05From David Frascone: fix pathname of Diameter directory file.Guy Harris1-3/+2
2002-01-31Don't copy the AVP data to a buffer from the tvbuff and then extractGuy Harris1-93/+131
2002-01-30Include <string.h> to declare various string functions.Guy Harris1-9/+14
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris1-2/+2
2002-01-08Use "%u", not "%d", to print unsigned quantities.Guy Harris1-5/+5
2002-01-07Vendor ID lookup fix, from David Frascone.Guy Harris1-54/+141
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-10/+10
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-10/+14
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