aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cups.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Fix read-past-end-of-buffer in CUPS dissectorEvan Huus1-2/+2
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+21
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-31replaced TABs+spaces mixture with spacesMartin Kaiser1-275/+279
2013-01-31Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-39/+30
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-62/+95
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-6/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-03-08Remove unused variable.Anders Broman1-1/+0
2010-03-08Make tvb_pbrk_guint8() return the found needle.Anders Broman1-1/+2
2009-09-30Remove unneeded 'if(check_col()...)'Bill Meier1-2/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-1/+1
2005-07-28char -> const char warning fixesJörg Mayer1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+391