aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vrrp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-16VRRP: Improve dissection of VRRP packets using MD5 authenticationDhiru Kholia1-0/+12
2017-03-06vrrp: fix this statement may fall through [-Werror=implicit-fallthrough=] fou...Alexis La Goutte1-1/+2
2016-07-21Add proto_tree_add_checksum.Michael Mann1-26/+11
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-08-09Clean up Internet checksum handling.Guy Harris1-10/+5
2014-08-05Do various minor dissector changes:Bill Meier1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-10Add a hint in the protocol tree.AndersBroman1-1/+5
2014-04-10Have the checkum preference only affect IPv4AndersBroman1-3/+3
2014-04-09There seems to be some ambigiousy on how to calculate V3 checksums forAndersBroman1-14/+28
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some warningsJakub Zawadzki1-2/+2
2013-12-12In one or more of the files:Bill Meier1-50/+50
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-28Add an if(tree) and tweek col_add_fstr().Anders Broman1-39/+45
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-1/+1
2013-06-23Make Authentification String filterableAlexis La Goutte1-7/+7
2013-06-23Enhance VRRP Dissector * Make checksum field filterable * Add also a checksum...Alexis La Goutte1-11/+40
2013-05-11convert to new-style dissectorMartin Kaiser1-13/+16
2013-05-11remove return;Martin Kaiser1-2/+0
2013-05-11no need for if(tree)Martin Kaiser1-112/+108
2013-05-11col_add_fstr() does not need check_col()Martin Kaiser1-4/+2
2013-05-11tabs -> spacesMartin Kaiser1-223/+236
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
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-2/+2
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-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-07-16Fix for bug 5008:Jörg Mayer1-27/+41
2010-07-16Make whitespace consistent (in preparation for bug 5008)Jörg Mayer1-143/+143
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
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-2/+2
2006-09-10VRRPver3 support fixed: Count restored, Auth Type is reserved field.Jaap Keuter1-8/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1