aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-1/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-3/+3
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+4
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-1/+15
* Add routines to create anonymous handles for new-style dissectors (onesGuy Harris2002-04-281-1/+3
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-261-3/+21
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-241-3/+3
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-1/+12
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-7/+4
* Old-style (non-tvbuffified) dissectors haven't been supported sinceGuy Harris2002-02-061-2/+1
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+10
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-2/+2
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+14
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-32/+12
* Add a routine tro look for a given port in a given dissector table and,Guy Harris2001-12-031-1/+6
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-14/+15
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-1/+5
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-4/+1
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-3/+4