Add packet_list.obj to Makefile.nmake - spotted by Ulf Lamping
[metze/wireshark/wip.git] / packet-diameter.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-10 Guy HarrisFrom Joerg Mayer: make a pile of stuff not used outside...
2002-05-02 Guy HarrisFrom Joerg Mayer: get rid of unused arguments.
2002-04-29 Guy HarrisRemoval (or, at least, #ifdeffing out) of unused variab...
2002-03-05 Guy HarrisFrom David Frascone: fix pathname of Diameter directory...
2002-01-31 Guy HarrisDon't copy the AVP data to a buffer from the tvbuff...
2002-01-30 Guy HarrisInclude <string.h> to declare various string functions.
2002-01-21 Guy HarrisConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-15 Guy HarrisFix some preferences to eliminate the extra copy of...
2002-01-08 Guy HarrisUse "%u", not "%d", to print unsigned quantities.
2002-01-07 Guy HarrisVendor ID lookup fix, from David Frascone.
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 Guy HarrisThou shalt not use C++-style comments in C code, for...
2001-11-21 Guy HarrisGet rid of some unused variables.
2001-11-04 Guy HarrisAllow a dissector to register preferences that it no...
2001-11-03 Guy HarrisClean up the Info column, by leaving the ": " that...
2001-11-03 Guy HarrisSupport for desegmentation of Diameter-over-TCP, from...
2001-11-03 Guy HarrisIn "addStaticAVP()", add the new entry to the list...
2001-11-02 Guy HarrisAdd support for 64-bit signed integers in "int-64bit...
2001-11-01 Guy HarrisFrom David Frascone: duUpdate to Diameter dissector...
2001-10-29 Guy HarrisFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-08-04 Guy HarrisDon't cast "data" to "unsigned long long"; "long long...
2001-07-30 Guy HarrisFrom David Frascone: update to the DIAMETER dissector for
2001-07-15 Guy HarrisFixes, from Scott Renfro, for some calls to "localtime...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 Guy HarrisFix the copyright notice to reflect the fact that Geral...
2001-04-10 Guy HarrisUpdates from David Frascone.
2001-02-23 Guy HarrisUpdates from David Frascone: includes DIAMETER-over...
2001-02-20 Guy HarrisIn the DIAMETER dissector, clear the Info column before...
2001-02-20 Guy HarrisDon't do anything with 64-bit integral types if G_HAVE_...
2001-02-19 Guy HarrisAs "dissect_diameter()" is now static to "packet-diamet...
2001-02-19 Guy HarrisNew tvbuffified DIAMETER dissector, from David Frascone.
2001-02-16 Gilbert Ramirez3rd time's a charm.
2001-02-16 Gilbert RamirezOff-by-a-little-bit in adjusting the offset.
2001-02-16 Gilbert RamirezDon't trust avp_length, which is taken directly from...
2001-02-05 Guy HarrisFix up some MSVC complaints about (narrowing) type...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-10-21 Guy HarrisUpdates from David Frascone.
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-03 Gilbert RamirezFix typo in description of Diameter.tcp.port preference.
2000-07-31 Guy HarrisInclude <time.h> to declare "localtime()" and "strftime...
2000-07-30 Guy HarrisDavid Frascone's DIAMETER dissector.