aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
Commit message (Expand)AuthorAgeFilesLines
* List heuristic tables in Internals->Disscetor tables menu.Anders Broman2011-09-051-0/+12
* Added dissector_handle_get_long_name().Stig Bjørlykke2011-03-311-0/+3
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-13/+41
* Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss2010-10-301-20/+9
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-17/+17
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-10/+10
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-10/+10
* Squelch a bunch of compiler warnings.Guy Harris2010-02-231-1/+1
* Use more unique names for certain enum constants.Bill Meier2010-01-191-3/+3
* This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam2009-08-151-2/+13
* From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke2009-07-121-0/+5
* Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman2009-04-211-0/+6
* Fix a prototype to avoid a warning.Stig Bjørlykke2008-10-311-1/+1
* From Alexey Neyman:Anders Broman2008-08-121-0/+2
* boolean -> gbooleanBill Meier2008-05-211-1/+1
* Add missing have_postdissector(); (Hopefully what was intended).Bill Meier2008-05-211-0/+1
* Require GLib 2.4 or later.Guy Harris2008-05-051-8/+0
* from: Mike DuigouLuis Ontanon2007-08-071-0/+9
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-4/+4
* PutGuy Harris2007-01-181-0/+8
* Extending true_false_string supportJaap Keuter2007-01-101-13/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Add register_postdissector() to the API.Luis Ontanon2006-01-241-0/+7
* Squelch more const pointer warnings.Guy Harris2005-08-061-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-1/+1
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-3/+3
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
* Warning fix: Declare some more strings constJörg Mayer2005-06-191-2/+2
* From Mike Duigou:Anders Broman2005-06-031-12/+31
* Some applications do very naughty things like reusing a port for a different ...Ronnie Sahlberg2005-05-111-1/+8
* Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris2005-03-231-0/+3
* warning: function declaration isn't a prototypeJörg Mayer2005-03-121-1/+1
* from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping2005-03-111-0/+4
* Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs2005-03-111-0/+6
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-0/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris2004-06-191-1/+9
* add details for doxygenUlf Lamping2004-06-081-14/+37
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-2/+2
* Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris2003-09-091-1/+6
* Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2003-09-071-6/+6
* When registering a dissector table, choose what type of hash andGuy Harris2003-09-061-11/+35
* From Tomas Kukosa: add "find_dissector_table()",Guy Harris2003-07-311-5/+5
* From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris2003-06-051-6/+9
* Add an API to get the dissector name from a dissector handle.Guy Harris2003-05-231-1/+4
* From Chris Waters: export "find_dissector_table()" and addGuy Harris2002-11-151-1/+7
* From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris2002-11-061-2/+3
* Count ICMPv6 packets as ICMP when capturing.Guy Harris2002-10-251-2/+1
* Minimalistic support for counting IPv6 packets during captureJörg Mayer2002-10-221-1/+2
* From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris2002-10-141-1/+2