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

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.