Wireshark-bugs: [Wireshark-bugs] [Bug 8633] New: New Dissector for Common Address Redundancy Pro
Date: Tue, 07 May 2013 14:18:20 +0000
Bug ID 8633
Summary New Dissector for Common Address Redundancy Protocol (CARP)
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter uh@heilmeier.eu

Created attachment 10726 [details]
Sample capture for CARP

Build Information:

--
I wrote a basic dissector for the Common Address Redundancy Protocol (CARP).
As reference for the header I used
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/netinet/ip_carp.h.

The code rests on packet-vrrp.c.

As CARP uses the same IP protocol as VRRP (112) you have to switch to CARP
manually to decode it.

This is my first dissector on my own. So please be lenient toward me.

Cheers
Uli


You are receiving this mail because:
  • You are watching all bug changes.