aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q2931.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+2
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-03-01Fix Coverity CID 280391: Logically dead code.Chris Maynard1-2/+0
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-09-27replaced decode_enumerated_bitfield calls with itemized filtersMichael Mann1-9/+11
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-5/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-1/+6
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2006-08-22From Florent Drouin:Gerald Combs1-5/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-4/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2189