Try to fix Windows compilation
[metze/wireshark/wip.git] / epan / packet.c
2012-11-09 Evan HuusEnter and leave wmem's file scope appropriately.
2012-10-20 Jakub ZawadzkiMove ep_free_all() *AFTER* packet dissection.
2012-10-20 Jakub ZawadzkiMake data_source opqaue, add getter for tvb.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 Gerald CombsUse seasonal allocation for name resolution. This effec...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-18 Jakub ZawadzkiRevert r44978: dissector_add_uint: Legalize formerly...
2012-09-18 Jörg Mayerdissector_add_uint:
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_uint_new
2012-09-11 Jakub ZawadzkiAdd new function: call_dissector_with_data
2012-09-11 Jakub ZawadzkiAdd data parameter to call_dissector_only.
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-09-08 Evan HuusUse g_hash_table_new_full() instead of g_hash_table_new...
2012-08-29 Evan HuusAdd casts to fix compilation with GCC.
2012-08-29 Jakub ZawadzkiFix memleak.
2012-08-29 Michael MannFix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_...
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-01-20 Bill MeierAdd 'heur_dissector_set_enabled()' to allow a dissector...
2011-12-28 Bill MeierAdd tshark option '-G heuristic-decodes' to dump heuris...
2011-12-15 Anders BromanPreparation to make it possible to dissable heuristic...
2011-12-13 Guy HarrisClamp the reported length of a packet at G_MAXINT for...
2011-11-08 Chris Maynardpacket_info's in_error_pkt is now a bitfield like in_gr...
2011-10-20 Jeff MorrissDelay freeing of seasonal memory until after the conver...
2011-09-06 Stig BjørlykkeWhitespace cleanup.
2011-09-05 Anders BromanList heuristic tables in Internals->Disscetor tables...
2011-08-08 Gerald CombsMake sure our root tvb is initialized in case its creat...
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-06-01 Guy HarrisIf a dissector table doesn't exist, print a more useful...
2011-05-17 Guy HarrisMore eradication of old-style function definitions.
2011-04-20 Bill MeierFix a typo in a text string; use consistent indentation.
2011-03-31 Stig BjørlykkeAdded dissector_handle_get_long_name().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-30 Jeff MorrissRev 29427 added packet_add_new_data_source() with a...
2010-05-08 Sake BlokEnable "Decode As..." for ethertype 0x0000 (fix for...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-02-23 Guy HarrisSquelch a bunch of compiler warnings.
2009-11-04 Anders BromanMake sure we have a handle for the dissector.
2009-10-12 Bill MeierFix some indentation.
2009-10-05 Kovarththanan Raja... Move dissector add sanity check to separate function
2009-09-25 Guy HarrisThe data sources can be used even if the protocol tree...
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-09-06 Kovarththanan Raja... We track all protocols that appear in each packet in...
2009-08-15 Kovarththanan Raja... This patch introduces packet_add_new_data_source()...
2009-08-03 Bill MeierRemove 1 commented-out #include inadvertantly committed.
2009-08-03 Bill MeierAdd some debug code (commented out) to check for duplic...
2009-07-16 Gerald CombsZero out the packet_info struct for each packet instead...
2009-07-12 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3702:
2009-06-06 Anders BromanHandle Detach and Service request, make it possible...
2009-04-21 Anders BromanIntroduce call dissector_try_port_new() to be used...
2009-04-08 Gerald Combssize_t fixes.
2008-08-05 Luis OntanonAdd a debug helper for EP memory corruption
2008-07-13 Jaap KeuterFrom Francesco Fondelli:
2008-05-21 Jeff MorrissA slightly more complicated have_postdissector() (misse...
2008-05-21 Bill Meierboolean -> gboolean
2008-05-21 Bill MeierAdd missing have_postdissector(); (Hopefully what was...
2008-01-15 Stig BjørlykkeCall post dissectors with call_dissector_only() to...
2007-12-15 Jaap KeuterCleanup call_dissector / call_dissector_only
2007-11-09 Anders BromanApply yet another set of the optimization patches:
2007-10-27 Anders BromanFrom Andrew Feren:
2007-10-02 Ulf Lampingbe a bit more verbose, if the name given to register_di...
2007-09-19 Mike Duigoucall_dissector() provides generic 'data' handler for...
2007-08-08 Ulf Lampingdon't use NULL to initialise an integer
2007-08-08 Ulf Lampingadd pinfo fields clnp_srcref and clnp_dstref to the...
2007-08-07 Luis Ontanonfrom: Mike Duigou
2007-08-03 Ulf Lamping- add PDInterfaceFSUDataAdjust block
2007-05-29 Sebastien TandelFrom David Howells :
2007-04-23 Guy HarrisDissector table names should be pointed to by const...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-04-03 Sebastien Tandelepan/dissectors/Makefile is now building four libraries :
2007-03-21 Luis Ontanonpacket_info.c and packet.c
2007-02-21 Ronnie Sahlbergadd a field in pinfo where dcerpc/pidl can store the...
2007-01-15 Ulf Lampinginstead of simply doing an assert when running out...
2007-01-10 Jaap KeuterExtending true_false_string support
2006-10-22 Ronnie Sahlbergadd a tcp_tree field to packet_info so that we can...
2006-10-17 Ronnie Sahlbergwe need a new pinfo member field so that we can pass...
2006-08-31 Ulf Lampingmove value_strings from expert_dialogs into expert...
2006-08-10 Jörg MayerNeil Piercy:
2006-06-29 Ulf Lampingadd various enhancements to the CBA-ACCO dissector...
2006-05-21 Ronnie Sahlbergname change
2006-03-16 Ulf Lampingfix some typos in a comment
2006-03-07 Gerald CombsInitialize a return value. Found by Coverity.
2006-03-07 Lars RolandFix a possible NULL pointer dereference discovered...
2006-01-24 Luis Ontanonfix a typo
2006-01-24 Luis OntanonAdd register_postdissector() to the API.
2005-10-03 Anders BromanFrom Jeff Snyder:
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-16 Gerald CombsFor "-G decodes", print the selector values as unsigned...
2005-08-14 Ronnie SahlbergData sources have a lifetime spanning a single packet
2005-08-12 Ronnie SahlbergAdd beginning of seasonal allocation in addition...
2005-08-05 Jörg MayerMore char -> const char warning fixes.
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-05-11 Ronnie SahlbergSome applications do very naughty things like reusing...
2005-05-02 Michael Tüxen- Add support for libpcap files for MTP2 with a per...
2005-03-23 Guy HarrisAdd a "cleanup_dissection()" routine, intended to free...
2005-03-11 Gerald CombsAdd a "-G decodes" option to ethereal and tethereal...
next