aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Dissector table names should be pointed to by const pointers.guy1-2/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-3/+3
2007-04-03epan/dissectors/Makefile is now building four libraries :standel1-2/+3
2007-03-21packet_info.c and packet.clego1-3/+4
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...sahlberg1-0/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...ulfl1-0/+6
2007-01-10Extending true_false_string supportjake1-6/+1
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...sahlberg1-0/+1
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...sahlberg1-0/+1
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesulfl1-1/+5
2006-08-10Neil Piercy:jmayer1-0/+1
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...ulfl1-0/+1
2006-05-21name changesahlberg1-2/+2
2006-03-16fix some typos in a commentulfl1-2/+2
2006-03-07Initialize a return value. Found by Coverity.gerald1-4/+4
2006-03-07Fix a possible NULL pointer dereference discovered by coverity.lroland1-10/+10
2006-01-24fix a typolego1-1/+1
2006-01-24Add register_postdissector() to the API.lego1-0/+20
2005-10-03From Jeff Snyder:etxrab1-0/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+0
2005-08-16For "-G decodes", print the selector values as unsigned ints.gerald1-1/+1
2005-08-14Data sources have a lifetime spanning a single packet sahlberg1-18/+2
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...sahlberg1-0/+4
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-4/+4
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-4/+4
2005-05-11Some applications do very naughty things like reusing a port for a different ...sahlberg1-3/+28
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-16/+17
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataguy1-0/+14
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows thegerald1-0/+55
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...sahlberg1-0/+4
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-20Squelch a compiler warning.guy1-1/+1
2005-01-20From Julien Leproust: add heuristic dissectors' protocol names to theguy1-1/+45
2005-01-19Add a field called "frame.protocols" which shows the protocols presentgerald1-2/+13
2005-01-01Get rid of some warnings about variables whose values might be lost in aguy1-1/+2
2004-10-31Make sure we don't return a random value in an unset variable if anguy1-1/+11
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesulfl1-0/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-23added a byte count output to the packet details notebook tabsulfl1-2/+2
2004-02-28Not all dissector handles have protocols associated with them; check forguy1-3/+23
2004-02-24with the cahnges to when to call the heuristic dissectorsahlberg1-3/+1
2004-02-01Fix some pointer typesjmayer1-10/+10
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soguy1-1/+12
2003-11-21From Olivier Biot:guy1-1/+11
2003-11-16Export "protocol_t" as an opaque type.guy1-22/+22
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarguy1-1/+16
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.guy1-4/+10