aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-30/+33
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-15/+1
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)Sake Blok1-0/+3
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-24/+24
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-21/+21
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-2/+2
2009-11-04Make sure we have a handle for the dissector.Anders Broman1-1/+2
2009-10-12Fix some indentation.Bill Meier1-90/+90
2009-10-05Move dissector add sanity check to separate functionKovarththanan Rajaratnam1-13/+24
2009-09-25The data sources can be used even if the protocol tree isn't being builtGuy Harris1-4/+11
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-2/+25
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam1-11/+9
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-3/+12
2009-08-03Remove 1 commented-out #include inadvertantly committed.Bill Meier1-1/+0
2009-08-03Add some debug code (commented out) to check for duplicate dissector port reg...Bill Meier1-0/+14
2009-07-16Zero out the packet_info struct for each packet instead of trying toGerald Combs1-47/+1
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-6/+13
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...Anders Broman1-0/+1
2009-04-21Introduce call dissector_try_port_new() to be used when no protocol entry is ...Anders Broman1-9/+18
2009-04-08size_t fixes.Gerald Combs1-2/+2
2008-08-05Add a debug helper for EP memory corruptionLuis Ontanon1-2/+17
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+1
2008-05-21A slightly more complicated have_postdissector() (missed in my previous check...Jeff Morriss1-10/+28
2008-05-21boolean -> gbooleanBill Meier1-1/+1
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).Bill Meier1-0/+5
2008-01-15Call post dissectors with call_dissector_only() to avoid an extra Data entryStig Bjørlykke1-1/+1
2007-12-15Cleanup call_dissector / call_dissector_onlyJaap Keuter1-16/+16
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-99/+119
2007-10-27From Andrew Feren:Anders Broman1-0/+2
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...Ulf Lamping1-1/+3
2007-09-19call_dissector() provides generic 'data' handler for unrecognized data types....Mike Duigou1-1/+1
2007-08-08don't use NULL to initialise an integerUlf Lamping1-2/+2
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...Ulf Lamping1-0/+2
2007-08-07from: Mike DuigouLuis Ontanon1-0/+31
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-0/+1
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2007-04-23Dissector table names should be pointed to by const pointers.Guy Harris1-2/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2007-04-03epan/dissectors/Makefile is now building four libraries :Sebastien Tandel1-2/+3
2007-03-21packet_info.c and packet.cLuis Ontanon1-3/+4
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...Ronnie Sahlberg1-0/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-0/+6
2007-01-10Extending true_false_string supportJaap Keuter1-6/+1
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...Ronnie Sahlberg1-0/+1
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...Ronnie Sahlberg1-0/+1
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-1/+5
2006-08-10Neil Piercy:Jörg Mayer1-0/+1
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...Ulf Lamping1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2