aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
Commit message (Expand)AuthorAgeFilesLines
* Add a preference to the Diameter dissector allowing to control whetherOlivier Biot2004-03-051-7/+17
* Make both the Diameter-over-TCP and Diameter-over-SCTP dissectorsGuy Harris2004-02-211-58/+46
* Include <errno.h> to declare "errno".Guy Harris2004-02-211-1/+2
* Report a failure to open the XML disctionary file withGuy Harris2004-02-211-2/+3
* Trivial warning fixes: func(void), not func()Jörg Mayer2004-01-191-4/+4
* splitted some of the preferences texts into more than one line,Ulf Lamping2004-01-171-2/+2
* From Steve Ford: "prefs_register_string_preference()" makes a copy ofGuy Harris2003-10-291-5/+17
* Removed duplicate definitions of flags_set_truth.Tim Potter2003-07-091-6/+1
* From Richard Urwin:Guy Harris2003-05-151-7/+3
* Fix a typo.Guy Harris2003-04-121-2/+2
* From David Frascone: use a string constant rather than a global variableGuy Harris2003-04-101-6/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-15/+13
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-68/+68
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-17/+9
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-2/+2
* From Joerg Mayer: get rid of unused arguments.Guy Harris2002-05-021-12/+12
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-3/+1
* From David Frascone: fix pathname of Diameter directory file.Guy Harris2002-03-051-3/+2
* Don't copy the AVP data to a buffer from the tvbuff and then extractGuy Harris2002-01-311-93/+131
* Include <string.h> to declare various string functions.Guy Harris2002-01-301-9/+14
* Convert some "col_add_str()" calls to "col_set_str()".Guy Harris2002-01-211-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris2002-01-151-2/+2
* Use "%u", not "%d", to print unsigned quantities.Guy Harris2002-01-081-5/+5
* Vendor ID lookup fix, from David Frascone.Guy Harris2002-01-071-54/+141
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-10/+10
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-10/+14
* Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris2001-11-271-2/+2
* Get rid of some unused variables.Guy Harris2001-11-211-6/+1
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-041-1/+6
* Clean up the Info column, by leaving the ": " that separates badGuy Harris2001-11-031-2/+5
* Support for desegmentation of Diameter-over-TCP, from David Frascone.Guy Harris2001-11-031-11/+77
* In "addStaticAVP()", add the new entry to the list of AVP types afterGuy Harris2001-11-031-1/+5
* Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris2001-11-021-10/+4
* From David Frascone: duUpdate to Diameter dissector to load theGuy Harris2001-11-011-101/+867
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-10/+3
* Don't cast "data" to "unsigned long long"; "long long" - or whateverGuy Harris2001-08-041-2/+2
* From David Frascone: update to the DIAMETER dissector forGuy Harris2001-07-301-603/+699
* Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2001-07-151-5/+9
* 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