aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-23added a byte count output to the packet details notebook tabsUlf Lamping1-2/+2
2004-02-28Not all dissector handles have protocols associated with them; check forGuy Harris1-3/+23
2004-02-24with the cahnges to when to call the heuristic dissectorRonnie Sahlberg1-3/+1
2004-02-01Fix some pointer typesJörg Mayer1-10/+10
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris1-1/+12
2003-11-21From Olivier Biot:Guy Harris1-1/+11
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-22/+22
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris1-1/+16
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-4/+10
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris1-21/+309
2003-08-12Save and restore the value of pinfo->current_proto when calling aTim Potter1-1/+12
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris1-9/+38
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris1-2/+9
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg1-1/+5
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-14/+3
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,Guy Harris1-1/+13
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris1-1/+2
2003-01-22From Dinesh Dutt:Guy Harris1-1/+4
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-12/+110
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-1/+4