Re: [Wireshark-dev] [PATCH] [Updated] packet-ssl.c: Use column fences on info field

2006-11-29 Thread Jaap Keuter
Hi, Checked in. Now that was simple, was it ;) Thanx, Jaap On Wed, 29 Nov 2006, Martin Warnes wrote: > Hi, > > Much simplified patch to use column fences on the COL_INFO field to > prevent sebsequent calls to the SSL dissector for the same packet > clearing the information placed by earlier cal

[Wireshark-dev] [PATCH] [Updated] packet-ssl.c: Use column fences on info field

2006-11-29 Thread Martin Warnes
Hi, Much simplified patch to use column fences on the COL_INFO field to prevent sebsequent calls to the SSL dissector for the same packet clearing the information placed by earlier calls. After each SSL record is processed a col_set_fence() call is now issued to preserve what has been written. Th