aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-09Removed duplicate definitions of flags_set_truth.tpot1-6/+1
2003-05-15From Richard Urwin:guy1-7/+3
2003-04-12Fix a typo.guy1-2/+2
2003-04-10From David Frascone: use a string constant rather than a global variableguy1-6/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-15/+13
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-68/+68
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-17/+9
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileguy1-2/+2
2002-05-02From Joerg Mayer: get rid of unused arguments.guy1-12/+12
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-3/+1
2002-03-05From David Frascone: fix pathname of Diameter directory file.guy1-3/+2
2002-01-31Don't copy the AVP data to a buffer from the tvbuff and then extractguy1-93/+131
2002-01-30Include <string.h> to declare various string functions.guy1-9/+14
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atguy1-2/+2
2002-01-08Use "%u", not "%d", to print unsigned quantities.guy1-5/+5
2002-01-07Vendor ID lookup fix, from David Frascone.guy1-54/+141
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-10/+10
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-10/+14
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some Cguy1-2/+2
2001-11-21Get rid of some unused variables.guy1-6/+1
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-1/+6
2001-11-03Clean up the Info column, by leaving the ": " that separates badguy1-2/+5
2001-11-03Support for desegmentation of Diameter-over-TCP, from David Frascone.guy1-11/+77
2001-11-03In "addStaticAVP()", add the new entry to the list of AVP types afterguy1-1/+5
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anguy1-10/+4
2001-11-01From David Frascone: duUpdate to Diameter dissector to load theguy1-101/+867
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersguy1-10/+3
2001-08-04Don't cast "data" to "unsigned long long"; "long long" - or whateverguy1-2/+2
2001-07-30From David Frascone: update to the DIAMETER dissector forguy1-603/+699
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy1-5/+9
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-23/+23
2001-05-27Fix the copyright notice to reflect the fact that Gerald holds theguy1-3/+4
2001-04-10Updates from David Frascone.guy1-12/+34
2001-02-23Updates from David Frascone: includes DIAMETER-over-SCTP support.guy1-25/+35
2001-02-20In the DIAMETER dissector, clear the Info column before fetchingguy1-1/+3
2001-02-20Don't do anything with 64-bit integral types if G_HAVE_GINT64 isn'tguy1-10/+16
2001-02-19As "dissect_diameter()" is now static to "packet-diameter.c", there's noguy1-2/+1
2001-02-19New tvbuffified DIAMETER dissector, from David Frascone.guy1-522/+567
2001-02-163rd time's a charm.gram1-4/+6
2001-02-16Off-by-a-little-bit in adjusting the offset.gram1-3/+3
2001-02-16Don't trust avp_length, which is taken directly from the packet data.gram1-6/+23
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byguy1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+9
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-7/+8
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-10-21Updates from David Frascone.guy1-15/+29