fix a typo
[obnox/wireshark/wip.git] / epan / packet.c
2006-01-24 legofix a typo
2006-01-24 legoAdd register_postdissector() to the API.
2005-10-03 etxrabFrom Jeff Snyder:
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-16 geraldFor "-G decodes", print the selector values as unsigned...
2005-08-14 sahlbergData sources have a lifetime spanning a single packet
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-08-02 jmayerFix more "no previous declaration" warnings
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-05-11 sahlbergSome applications do very naughty things like reusing...
2005-05-02 tuexen- Add support for libpcap files for MTP2 with a per...
2005-03-23 guyAdd a "cleanup_dissection()" routine, intended to free...
2005-03-11 geraldAdd a "-G decodes" option to ethereal and tethereal...
2005-03-08 sahlberggssapi decryption nees a few new fields to pass the...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-20 guySquelch a compiler warning.
2005-01-20 guyFrom Julien Leproust: add heuristic dissectors' protoco...
2005-01-19 geraldAdd a field called "frame.protocols" which shows the...
2005-01-01 guyGet rid of some warnings about variables whose values...
2004-10-31 guyMake sure we don't return a random value in an unset...
2004-09-04 ulflFrom Eric Wedel: backend things for "Decode As" of...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-23 ulfladded a byte count output to the packet details noteboo...
2004-02-28 guyNot all dissector handles have protocols associated...
2004-02-24 sahlbergwith the cahnges to when to call the heuristic dissector
2004-02-01 jmayerFix some pointer types
2003-12-29 guyAdd a "saved_can_desegment" field to the "packet_info...
2003-11-21 guyFrom Olivier Biot:
2003-11-16 guyExport "protocol_t" as an opaque type.
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-08-12 tpotSave and restore the value of pinfo->current_proto...
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...
2003-04-23 sahlbergUpdate to TCP to handle hints from dissectors where...
2003-04-16 guyPull the stuff done in "dissect_packet()" to initialize...
2003-04-16 guyAdd the notion of a "fence" to columns. A dissector...
2003-03-01 guyCompletely initialize all the address fields in a packe...
2003-02-27 guyFrom Didier Gautheron: provide a mechanism to indicate...
2003-01-22 guyFrom Dinesh Dutt:
2003-01-20 guyMove into "call_dissector_work()" the stuff to handle...
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-16 guyAt least in my compile environment, we don't need ...
2002-11-15 guyFrom Chris Waters: export "find_dissector_table()"...
2002-10-29 guyDon't return 0 from "call_dissector_work()" if the...
2002-10-28 guyHoist the bulk of the stuff involved in calling a disse...
2002-10-22 guyAdd in a notion of "circuits", which are for virtual...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-24 guyBefore dissecting a packet, clear the filter field...
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-07-17 guyFrom Joerg Mayer:
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-15 guyGet rid of an assigned-to-but-not-used variable, and...
2002-05-10 guyMark an unused argument as such.
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-03-28 guyInitialize the fields of "edt->pi" in order - and initi...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-27 guyFix "create_dissector_handle()" to properly create...
2002-02-26 guyAllow dissectors to be registered as "old-style" or...
2002-02-25 guyNote that we could save some overhead if we require...
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-11 gramdissect_frame() can throw a ReportedBoundsError; catch...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
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 guyClean up indentation.
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyA "dissector_table_t" is no longer a pointer to a hash...
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-12-03 guyRename another routine to get rid of an unnecessary...
2001-12-03 guyDon't bother saving or restoring "can_desegment" until...
2001-12-03 guyRename and re-comment some routines to make it clearer...
2001-11-29 guyUpdate from Ronnie Sahlberg:
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-21 guyGet rid of some unused variables.
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
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-01 hagbardChanged proto_init() to have it fetch proto_malformed...
2001-04-01 hagbardChanged packet_init() to look up the frame dissector...
2001-04-01 hagbardMoved the the remaining column related routines out...
2001-04-01 hagbardMoved some ipv6 definitions from packet-ipv6.h to epan...
next