aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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