aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-01Fix buildbot:Jörg Mayer1-12/+12
2013-05-31Peter Van Eynde <pevaneyn@cisco.com>Jörg Mayer1-1320/+3090
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-09-20I guess the IETF is now keeping expired I-Ds around; alternic doesn'tGuy Harris1-2/+2
2012-09-20Add URL for WCCP V2 revision 1Jörg Mayer1-0/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-13Mark a couple of parameters as unused.Jeff Morriss1-2/+2
2012-06-13From Michael Mann:Anders Broman1-434/+655
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-23/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-22Display priority and protocol, even in the case of WCCP2_SERVICE_STANDARD, butChris Maynard1-28/+43
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-05"Web Cache Coordination Protocol" ==> "Web Cache Communication Protocol"Bill Meier1-2/+2
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-8/+8
2009-10-25From Jakub Zawadzki:Anders Broman1-6/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-30Remove more unused variables.Gerald Combs1-3/+0
2009-04-06Fix bug 3342:Jaap Keuter1-0/+150
2009-03-22P64 changeBill Meier1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-01-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3175 by making WCCP aJeff Morriss1-4/+12
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-17packet-fcswils.c: Fix incorrect use of g_snprintf returnJörg Mayer1-6/+12
2005-10-15get rid of a strcpy() and some strcat()Ronnie Sahlberg1-17/+19
2005-10-08low hanging fruitRonnie Sahlberg1-10/+11
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+1
2005-08-20remove sprintf from v120 and wccpRonnie Sahlberg1-2/+2
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callsRonnie Sahlberg1-22/+7
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1323