aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fix.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-32/+29
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-26Add a cast for Win64.Gerald Combs1-1/+1
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs1-6302/+408
2008-09-15proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;Bill Meier1-8/+5
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-90/+90
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman1-3/+3
2008-03-14From Dustin D. Trammell:Jaap Keuter1-2/+2
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-08Register to TCP port 0 to be able to do "decode as".Anders Broman1-0/+4
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-06from Chris AudleyRonnie Sahlberg1-9/+34
2006-04-29chrisaudley@yahoo.com:Jörg Mayer1-0/+158
2006-02-09fix# 733: don't crash on unknown msg_typesUlf Lamping1-1/+6
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-3/+3
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-6/+3
2005-01-05From Chris Maynard: don't fetch a string if we're not going to use it.Guy Harris1-7/+5
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+6265