aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cups.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Use common indenting space in headingStig Bjørlykke1-9/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-13/+15
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-4/+4
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-1/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-13/+3
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