https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3454
--- Comment #11 from Michael Mann <mmann78@xxxxxxxxxxxx> 2011-07-08 10:57:50 PDT ---
(In reply to comment #9)
> packet-bootp.c:2141: error: unused variable ‘enterprise’
> Also chechkf is not Happy
> ERROR: NO ARRAY: epan/dissectors/packet-bootp.c, hf_default
I don't quite understand the issue, and I think it's a limitation of
checkhf.pl. The hf_ variables are used as pointers in an array, so they will
be called if the BOOTP option is dissected. I ran checkhf on packet-wassp.c
and it appeared had the same problem. It also has an architecture of using hf_
variables as pointers in an array.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.