Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [PATCH] Improved support for MIPv4

From: "Ville Nuorvala" <ville.nuorvala@xxxxxxxxx>
Date: Fri, 18 May 2007 13:59:46 +0300
On 5/16/07, Jaap Keuter <jaap.keuter@xxxxxxxxx> wrote:
Hi,

Some additional notes:

+  {REGISTRATION_REVOCATION, "Registration Revocation"},
+  {REGISTRATION_REVOCATION, "Registration Revocation Acknowledgement"},

The second one misses _ACKNOWLEDGEMENT in the symbol

Oops, how did I miss that one?

   {0, NULL},
 };

Don't put a comma after the last initializer. It's just poor style.

Thanks, I'll fix these.

Regards,
Ville