aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fix.c
Commit message (Expand)AuthorAgeFilesLines
* proto_reg-handoff: Use dissector_add_handle instead of registering to port 0;Bill Meier2008-09-151-8/+5
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-90/+90
* Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman2008-05-051-3/+3
* From Dustin D. Trammell:Jaap Keuter2008-03-141-2/+2
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Register to TCP port 0 to be able to do "decode as".Anders Broman2007-10-081-0/+4
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel2007-04-141-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-3/+3
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* from Chris AudleyRonnie Sahlberg2006-05-061-9/+34
* chrisaudley@yahoo.com:Jörg Mayer2006-04-291-0/+158
* fix# 733: don't crash on unknown msg_typesUlf Lamping2006-02-091-1/+6
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-3/+3
* convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg2005-07-241-6/+3
* From Chris Maynard: don't fetch a string if we're not going to use it.Guy Harris2005-01-051-7/+5
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+6265