aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
Commit message (Expand)AuthorAgeFilesLines
* move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping2006-08-311-1/+5
* Neil Piercy:Jörg Mayer2006-08-101-0/+1
* add various enhancements to the CBA-ACCO dissector, including an added profin...Ulf Lamping2006-06-291-0/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* fix some typos in a commentUlf Lamping2006-03-161-2/+2
* Initialize a return value. Found by Coverity.Gerald Combs2006-03-071-4/+4
* Fix a possible NULL pointer dereference discovered by coverity.Lars Roland2006-03-071-10/+10
* fix a typoLuis Ontanon2006-01-241-1/+1
* Add register_postdissector() to the API.Luis Ontanon2006-01-241-0/+20
* From Jeff Snyder:Anders Broman2005-10-031-0/+4
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-1/+0
* For "-G decodes", print the selector values as unsigned ints.Gerald Combs2005-08-161-1/+1
* Data sources have a lifetime spanning a single packet Ronnie Sahlberg2005-08-141-18/+2
* Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg2005-08-121-0/+4
* More char -> const char warning fixes.Jörg Mayer2005-08-051-1/+1
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-4/+4
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-4/+4
* Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg2005-05-111-3/+28
* - Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen2005-05-021-16/+17
* Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris2005-03-231-0/+14
* Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs2005-03-111-0/+55
* gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg2005-03-081-0/+4
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* Squelch a compiler warning.Guy Harris2005-01-201-1/+1
* From Julien Leproust: add heuristic dissectors' protocol names to theGuy Harris2005-01-201-1/+45
* Add a field called "frame.protocols" which shows the protocols presentGerald Combs2005-01-191-2/+13
* Get rid of some warnings about variables whose values might be lost in aGuy Harris2005-01-011-1/+2
* Make sure we don't return a random value in an unset variable if anGuy Harris2004-10-311-1/+11
* From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping2004-09-041-0/+2
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* added a byte count output to the packet details notebook tabsUlf Lamping2004-04-231-2/+2
* Not all dissector handles have protocols associated with them; check forGuy Harris2004-02-281-3/+23
* with the cahnges to when to call the heuristic dissectorRonnie Sahlberg2004-02-241-3/+1
* Fix some pointer typesJörg Mayer2004-02-011-10/+10
* Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2003-12-291-1/+12
* From Olivier Biot:Guy Harris2003-11-211-1/+11
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-22/+22
* Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris2003-09-091-1/+16
* Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2003-09-071-4/+10
* When registering a dissector table, choose what type of hash andGuy Harris2003-09-061-21/+309
* Save and restore the value of pinfo->current_proto when calling aTim Potter2003-08-121-1/+12
* From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2003-06-051-9/+38
* Add an API to get the dissector name from a dissector handle.Guy Harris2003-05-231-2/+9
* Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2003-04-231-1/+5
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-14/+3
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-1/+2
* Completely initialize all the address fields in a packet_info structure,Guy Harris2003-03-011-1/+13
* From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris2003-02-271-1/+2