aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hsrp.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23252 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-04From Munenori Ohuchi:jake1-91/+556
This patch adds a new feature to dissect HSRPv2 packets. One of the main features of HSRPv2 can enable using HSRP on IPv6. In order to achieve this new feature, HSRPv2 packet format is totally different from HSRPv1. HSRPv2 introduces new TLV formats. This patch can decode these new formats of HSPRv2. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22781 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21253 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21233 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-24Fix for bug #940. Convert HSRP to a new-style dissector so that it cansfisher1-3/+8
reject datagrams that don't have both the source and destination port of UDP_PORT_HSRP (1985). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19969 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28Don't change the Info column if we have an unknown opcode; we've alreadyguy1-2/+0
set it to a value that should indicate that the opcode is unknown, and also indicates what the value is. (Especially don't do it without calling check_col() to check whether we *should* change the info column, as we'll dereference a null pointer if we shouldn't; this change should fix bug 489.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16038 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-27Op Code 3 (Advertisement) dissectionjmayer1-41/+166
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16026 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-22Add the cisco url as welljmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15957 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-22Add a comment on packets with opcode 3jmayer1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15956 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+239
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7