Re: [Wireshark-dev] [Patch] Few small fixes to packet-wlccp.c

2006-10-22 Thread Jaap Keuter
Hi, Checked in. Thanx, Jaap On Sun, 22 Oct 2006, Stephen Fisher wrote: > > Here is a patch to make a few small fixes to packet-wlccp.c: > > * Null terminate one of the value strings that was missing it > * Change a comment from LCC to LLC > * Change the version variable from guint to guin

[Wireshark-dev] [Patch] Few small fixes to packet-wlccp.c

2006-10-22 Thread Stephen Fisher
Here is a patch to make a few small fixes to packet-wlccp.c: * Null terminate one of the value strings that was missing it * Change a comment from LCC to LLC * Change the version variable from guint to guint8 to match the packet [it is already using tvb_get_guint8()] Thanks, Steve