aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Don't assign to unused proto_item * variables: Coverity 1015 & 1016.Bill Meier2011-05-181-6/+4
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-161-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Revise code slightly; mostly: remove some unnecessary if tests ....Bill Meier2010-06-091-95/+72
* Use qualified rather than somewhat generic names for some enum definitions;Bill Meier2010-02-011-76/+76
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-6/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-15/+15
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-2/+2
* Minor change: use guint for prefs port variables.Bill Meier2008-09-231-2/+2
* Minor cleanup related to proto_reg_handoff ....Bill Meier2008-09-111-1/+1
* Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier2008-09-021-2/+2
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg2005-07-241-2/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+932