Ethereal-dev: [Ethereal-dev] Small patch to packet-vrrp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Sun, 16 May 2004 11:02:09 +0200
Conforms with RFC 3768, where authentication type 1,2 are reserved.
68,69c68,69
<         {VRRP_AUTH_TYPE_SIMPLE_TEXT, "Simple Text Authentication"},
<         {VRRP_AUTH_TYPE_IP_AUTH_HDR, "IP Authentication Header"},
---
>         {VRRP_AUTH_TYPE_SIMPLE_TEXT, "Simple Text Authentication [RFC 2338] / Reserved [RFC 3768]"},
>         {VRRP_AUTH_TYPE_IP_AUTH_HDR, "IP Authentication Header [RFC 2338] / Reserved [RFC 3768]"},