aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-1/+1
2011-10-20Delay freeing of seasonal memory until after the conversation cleanup routinemorriss1-3/+5
2011-09-06Whitespace cleanup.stig1-10/+10
2011-09-05List heuristic tables in Internals->Disscetor tables menu.etxrab1-4/+32
2011-08-08Make sure our root tvb is initialized in case its creation fails.gerald1-0/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-12/+0
2011-06-01If a dissector table doesn't exist, print a more useful message, andguy1-7/+56
2011-05-17More eradication of old-style function definitions.guy1-2/+2
2011-04-20Fix a typo in a text string; use consistent indentation.wmeier1-11/+11
2011-03-31Added dissector_handle_get_long_name().stig1-0/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-30/+33
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatmorriss1-15/+1
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)sake1-0/+3
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-24/+24
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-21/+21
2010-04-02From Yaniv Kaul: constify parameterswmeier1-21/+21
2010-02-23Squelch a bunch of compiler warnings.guy1-2/+2
2009-11-04Make sure we have a handle for the dissector.etxrab1-1/+2
2009-10-12Fix some indentation.wmeier1-90/+90
2009-10-05Move dissector add sanity check to separate functionkrj1-13/+24
2009-09-25The data sources can be used even if the protocol tree isn't being builtguy1-4/+11
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-2/+25
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...krj1-11/+9
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...krj1-3/+12
2009-08-03Remove 1 commented-out #include inadvertantly committed.wmeier1-1/+0
2009-08-03Add some debug code (commented out) to check for duplicate dissector port reg...wmeier1-0/+14
2009-07-16Zero out the packet_info struct for each packet instead of trying togerald1-47/+1
2009-07-12From Kovarththanan Rajaratnam via bug 3702:stig1-6/+13
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...etxrab1-0/+1
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...etxrab1-9/+18
2009-04-08size_t fixes.gerald1-2/+2
2008-08-05Add a debug helper for EP memory corruptionlego1-2/+17
2008-07-13From Francesco Fondelli:jake1-0/+1
2008-05-21A slightly more complicated have_postdissector() (missed in my previous check...morriss1-10/+28
2008-05-21boolean -> gbooleanwmeier1-1/+1
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).wmeier1-0/+5
2008-01-15Call post dissectors with call_dissector_only() to avoid an extra Data entrystig1-1/+1
2007-12-15Cleanup call_dissector / call_dissector_onlyjake1-16/+16
2007-11-09Apply yet another set of the optimization patches:etxrab1-99/+119
2007-10-27From Andrew Feren:etxrab1-0/+2
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...ulfl1-1/+3
2007-09-19call_dissector() provides generic 'data' handler for unrecognized data types....bondolo1-1/+1
2007-08-08don't use NULL to initialise an integerulfl1-2/+2
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...ulfl1-0/+2
2007-08-07from: Mike Duigoulego1-0/+31
2007-08-03- add PDInterfaceFSUDataAdjust blockulfl1-0/+1
2007-05-29From David Howells :standel1-1/+1
2007-04-23Dissector table names should be pointed to by const pointers.guy1-2/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-3/+3
2007-04-03epan/dissectors/Makefile is now building four libraries :standel1-2/+3