ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4434] Dissectors for VSNCP and VSNP

Date: Thu, 28 Jan 2010 14:07:01 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4434

--- Comment #6 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-01-28 23:07:00 CET ---
(In reply to comment #5)
> I could not figure out :
> 2. In the hf[]array if the "blurb" text is exactly the same as the "name"
> field, please use NULL for the blurb text pointer.

What it means is that :

+        { "Data", "vsnp.data", FT_STRING, BASE_NONE, NULL, 0x0,
+         "Data", HFILL }} 

should be :

+        { "Data", "vsnp.data", FT_STRING, BASE_NONE, NULL, 0x0,
+         NULL, HFILL }}

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.