aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-99/+119
2007-10-27From Andrew Feren:Anders Broman1-0/+2
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...Ulf Lamping1-1/+3
2007-09-19call_dissector() provides generic 'data' handler for unrecognized data types....Mike Duigou1-1/+1
2007-08-08don't use NULL to initialise an integerUlf Lamping1-2/+2
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...Ulf Lamping1-0/+2
2007-08-07from: Mike DuigouLuis Ontanon1-0/+31
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-0/+1
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2007-04-23Dissector table names should be pointed to by const pointers.Guy Harris1-2/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2007-04-03epan/dissectors/Makefile is now building four libraries :Sebastien Tandel1-2/+3
2007-03-21packet_info.c and packet.cLuis Ontanon1-3/+4
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...Ronnie Sahlberg1-0/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-0/+6
2007-01-10Extending true_false_string supportJaap Keuter1-6/+1
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...Ronnie Sahlberg1-0/+1
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...Ronnie Sahlberg1-0/+1
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-1/+5
2006-08-10Neil Piercy:Jörg Mayer1-0/+1
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...Ulf Lamping1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-16fix some typos in a commentUlf Lamping1-2/+2
2006-03-07Initialize a return value. Found by Coverity.Gerald Combs1-4/+4
2006-03-07Fix a possible NULL pointer dereference discovered by coverity.Lars Roland1-10/+10
2006-01-24fix a typoLuis Ontanon1-1/+1
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-0/+20
2005-10-03From Jeff Snyder:Anders Broman1-0/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+0
2005-08-16For "-G decodes", print the selector values as unsigned ints.Gerald Combs1-1/+1
2005-08-14Data sources have a lifetime spanning a single packet Ronnie Sahlberg1-18/+2
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-0/+4
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-4/+4
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2005-05-11Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg1-3/+28
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-16/+17
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris1-0/+14
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs1-0/+55
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg1-0/+4
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-20Squelch a compiler warning.Guy Harris1-1/+1
2005-01-20From Julien Leproust: add heuristic dissectors' protocol names to theGuy Harris1-1/+45
2005-01-19Add a field called "frame.protocols" which shows the protocols presentGerald Combs1-2/+13
2005-01-01Get rid of some warnings about variables whose values might be lost in aGuy Harris1-1/+2
2004-10-31Make sure we don't return a random value in an unset variable if anGuy Harris1-1/+11
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping1-0/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1