aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...etxrab1-0/+6
2008-10-31Fix a prototype to avoid a warning.stig1-1/+1
2008-08-12From Alexey Neyman:etxrab1-0/+2
2008-05-21boolean -> gbooleanwmeier1-1/+1
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).wmeier1-0/+1
2008-05-05Require GLib 2.4 or later.guy1-8/+0
2007-08-07from: Mike Duigoulego1-0/+9
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-4/+4
2007-01-18Putguy1-0/+8
2007-01-10Extending true_false_string supportjake1-13/+2
2006-05-21name changesahlberg1-2/+2
2006-01-24Add register_postdissector() to the API.lego1-0/+7
2005-08-06Squelch more const pointer warnings.guy1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-3/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-3/+3
2005-06-19Warning fix: Declare some more strings constjmayer1-2/+2
2005-06-03From Mike Duigou:etxrab1-12/+31
2005-05-11Some applications do very naughty things like reusing a port for a different ...sahlberg1-1/+8
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataguy1-0/+3
2005-03-12warning: function declaration isn't a prototypejmayer1-1/+1
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerulfl1-0/+4
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows thegerald1-0/+6
2004-10-30split capture_loop from capture.c, some more code cleanupulfl1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-1/+9
2004-06-08add details for doxygenulfl1-14/+37
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-2/+2
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarguy1-1/+6
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.guy1-6/+6
2003-09-06When registering a dissector table, choose what type of hash andguy1-11/+35
2003-07-31From Tomas Kukosa: add "find_dissector_table()",guy1-5/+5
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.guy1-6/+9
2003-05-23Add an API to get the dissector name from a dissector handle.guy1-1/+4
2002-11-15From Chris Waters: export "find_dissector_table()" and addguy1-1/+7
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationguy1-2/+3
2002-10-25Count ICMPv6 packets as ICMP when capturing.guy1-2/+1
2002-10-22Minimalistic support for counting IPv6 packets during capturejmayer1-1/+2
2002-10-14From Ulf Lamping: count ARP packets in capture progress dialog box.guy1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-1/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-3/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-3/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-1/+15
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesguy1-1/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"guy1-3/+21
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineguy1-3/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-1/+12
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noguy1-7/+4
2002-02-06Old-style (non-tvbuffified) dissectors haven't been supported sinceguy1-2/+1