ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8674] [PATCH] - GigE Vision GVCP dissector

Date: Mon, 21 Oct 2013 01:01:53 +0000

Comment # 16 on bug 8674 from
One other minor note:

Rather than actually defining the hf_type value strings in the header file,
just declare them there and leave the definitions as-is in the c file. You may
have to remove the "static" and/or change other properties (I'm not sure off
the top of my head how link scoping works with arrays of structs). This may be
a moot point if you go with a UAT or wsgd as Michael suggested, but it avoids
leaving many copies of the array around and bloating the library size.


You are receiving this mail because:
  • You are watching all bug changes.