aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hsrp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-4/+4
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-14/+14
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-18/+7
2013-05-04Fix indents (Use Spaces) Add ModelinesAlexis La Goutte1-226/+239
2013-05-01Whitespace fixes: Indented lines should not start withJörg Mayer1-159/+159
2013-05-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8622 :Jeff Morriss1-2/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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-08-12Revert r41311, fix bug #7581Jakub Zawadzki1-1/+9
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-20/+20
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-7/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-04From Munenori Ohuchi:Jaap Keuter1-91/+556
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-11-24Fix for bug #940. Convert HSRP to a new-style dissector so that it canStephen Fisher1-3/+8
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-28Don't change the Info column if we have an unknown opcode; we've alreadyGuy Harris1-2/+0
2005-09-27Op Code 3 (Advertisement) dissectionJörg Mayer1-41/+166
2005-09-22Add the cisco url as wellJörg Mayer1-1/+2
2005-09-22Add a comment on packets with opcode 3Jörg Mayer1-0/+6
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+239