From Martin Regner: fix dissection of non-standard parameters.
[obnox/wireshark/wip.git] / packet-diameter.c
2003-07-09 tpotRemoved duplicate definitions of flags_set_truth.
2003-05-15 guyFrom Richard Urwin:
2003-04-12 guyFix a typo.
2003-04-10 guyFrom David Frascone: use a string constant rather than...
2002-12-02 guyDon't cast away constness, and fix variable and structu...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-10 guyFrom Joerg Mayer: make a pile of stuff not used outside...
2002-05-02 guyFrom Joerg Mayer: get rid of unused arguments.
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-03-05 guyFrom David Frascone: fix pathname of Diameter directory...
2002-01-31 guyDon't copy the AVP data to a buffer from the tvbuff...
2002-01-30 guyInclude <string.h> to declare various string functions.
2002-01-21 guyConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-15 guyFix some preferences to eliminate the extra copy of...
2002-01-08 guyUse "%u", not "%d", to print unsigned quantities.
2002-01-07 guyVendor ID lookup fix, from David Frascone.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyThou shalt not use C++-style comments in C code, for...
2001-11-21 guyGet rid of some unused variables.
2001-11-04 guyAllow a dissector to register preferences that it no...
2001-11-03 guyClean up the Info column, by leaving the ": " that...
2001-11-03 guySupport for desegmentation of Diameter-over-TCP, from...
2001-11-03 guyIn "addStaticAVP()", add the new entry to the list...
2001-11-02 guyAdd support for 64-bit signed integers in "int-64bit...
2001-11-01 guyFrom David Frascone: duUpdate to Diameter dissector...
2001-10-29 guyFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-08-04 guyDon't cast "data" to "unsigned long long"; "long long...
2001-07-30 guyFrom David Frascone: update to the DIAMETER dissector for
2001-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 guyFix the copyright notice to reflect the fact that Geral...
2001-04-10 guyUpdates from David Frascone.
2001-02-23 guyUpdates from David Frascone: includes DIAMETER-over...
2001-02-20 guyIn the DIAMETER dissector, clear the Info column before...
2001-02-20 guyDon't do anything with 64-bit integral types if G_HAVE_...
2001-02-19 guyAs "dissect_diameter()" is now static to "packet-diamet...
2001-02-19 guyNew tvbuffified DIAMETER dissector, from David Frascone.
2001-02-16 gram3rd time's a charm.
2001-02-16 gramOff-by-a-little-bit in adjusting the offset.
2001-02-16 gramDon't trust avp_length, which is taken directly from...
2001-02-05 guyFix up some MSVC complaints about (narrowing) type...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-10-21 guyUpdates from David Frascone.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-03 gramFix typo in description of Diameter.tcp.port preference.
2000-07-31 guyInclude <time.h> to declare "localtime()" and "strftime...
2000-07-30 guyDavid Frascone's DIAMETER dissector.