some compilers dont like unnamed unions and structs
[obnox/wireshark/wip.git] / epan / packet.h
2006-05-21 sahlbergname change
2006-01-24 legoAdd register_postdissector() to the API.
2005-08-06 guySquelch more const pointer warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-06-19 jmayerWarning fix: Declare some more strings const
2005-06-03 etxrabFrom Mike Duigou:
2005-05-11 sahlbergSome applications do very naughty things like reusing...
2005-03-23 guyAdd a "cleanup_dissection()" routine, intended to free...
2005-03-12 jmayerwarning: function declaration isn't a prototype
2005-03-11 ulflfrom Micheal Duigou: add some doxygen tags and some...
2005-03-11 geraldAdd a "-G decodes" option to ethereal and tethereal...
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-19 guyPick up the stuff I did for tcpdump to figure out the...
2004-06-08 ulfladd details for doxygen
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-09-09 guyAdd "dissector_get_string_handle()" for string dissecto...
2003-09-07 guySupport string dissector tables in the Tethereal "decod...
2003-09-06 guyWhen registering a dissector table, choose what type...
2003-07-31 guyFrom Tomas Kukosa: add "find_dissector_table()",
2003-06-05 guyFrom Lionel Ains: "-d" flag for decode-as support in...
2003-05-23 guyAdd an API to get the dissector name from a dissector...
2002-11-15 guyFrom Chris Waters: export "find_dissector_table()"...
2002-11-06 guyFrom Solomon Peachy: support for new "wlancap" 802...
2002-10-25 guyCount ICMPv6 packets as ICMP when capturing.
2002-10-22 jmayerMinimalistic support for counting IPv6 packets during...
2002-10-14 guyFrom Ulf Lamping: count ARP packets in capture progress...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-21 tpotMoved the generic true_false_string saying "Set", ...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-09 gramMerge the work in Novell_NCP_branch into the mainline...
2002-04-28 guyAdd routines to create anonymous handles for new-style...
2002-02-26 guyAllow dissectors to be registered as "old-style" or...
2002-02-24 guyGet rid of "init_all_protocols()"; instead, have a...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-17 guyWith the tvbuffication of all dissectors, the "packet_i...
2002-02-06 guyOld-style (non-tvbuffified) dissectors haven't been...
2002-01-05 gramLong NCP traces can easily have many packets whose...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyGet rid of the lists of conversation dissectors; instea...
2001-12-03 guyAdd a routine tro look for a given port in a given...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-20 guy"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer...
2001-10-31 guyPut "extern" in front of a pile of function declarations.
2001-10-31 guyGet rid of a bunch of stuff that was there to support...
2001-06-29 guyCreate a routine to do the tvbuff-length-adjusting and
2001-06-02 guy"old_dissector_delete()" is no longer used; remove it.
2001-05-30 guyNo old-style dissectors call "old_dissector_try_port...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-04-01 hagbardMoved the the remaining column related routines out...
2001-04-01 hagbardMoved the packet_info structure and supporting function...
2001-04-01 hagbardMoved the frame_data structures and functions from...
2001-04-01 hagbardMoved the column_info structure and related enum from...
2001-04-01 hagbardMoved the value_string structures and function from...
2001-04-01 hagbardMoved various to_str files from packet.{c,h} to a separate
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-15 guyAdd a new AT_OSI address type.
2001-02-27 guyFix up the handling of NBIPX packets, and of Microsoft...
2001-02-01 guy"Decode As" dialog, from David Hampton.
2001-01-18 guyPull the handling of trailers in Ethernet (as opposed...
2001-01-13 guyTvbuffify the PIM dissector.
2001-01-09 guyAdd a new "ip_to_str_buf()" routine that takes a pointe...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-09 guyAdd tables of "conversation" dissectors, which are...
2000-12-13 guyAdd code to check the checksums of TCP segments and...
2000-12-04 guyAdd a "col_clear()" routine, to clear a column; it...
2000-12-03 guyUpdate a comment.
2000-12-03 guyPull the code to set the fields in the "cfile.cinfo...
2000-11-21 girlichSenseless old prototype for rpc init removed.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 guyNobody calls "old_try_conversation_dissector()" or
2000-11-18 guyPut in an empty declaration of "struct dissector_handle...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-01 guyAdd a fourth choice of time format in the packet list...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-09-27 gramMove packet.[ch] to epan