aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hsrp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-20/+20
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...morriss1-7/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
2009-03-29More size_t casts.etxrab1-2/+2
2009-03-23Fixed some data types to remove some warnings.stig1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-09-04From Munenori Ohuchi:jake1-91/+556
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2006-11-24Fix for bug #940. Convert HSRP to a new-style dissector so that it cansfisher1-3/+8
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-28Don't change the Info column if we have an unknown opcode; we've alreadyguy1-2/+0
2005-09-27Op Code 3 (Advertisement) dissectionjmayer1-41/+166
2005-09-22Add the cisco url as welljmayer1-1/+2
2005-09-22Add a comment on packets with opcode 3jmayer1-0/+6
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+239