Wireshark-bugs: [Wireshark-bugs] [Bug 5881] Media Independent handover (MIH) protocol dissector
Alton MacDonald
changed
bug 5881
What |
Removed |
Added |
Attachment #9676 is obsolete |
|
1
|
Attachment #9719 Flags |
|
review_for_checkin?
|
Comment # 30
on bug 5881
from Alton MacDonald
Created attachment 9719 [details]
MIH protocol (802.21b) patch updated
I've updated the patch based off the feedback from the last 2 comments. I've
also run checkAPIs.pl and checkhf.pl with the following output:
$ ../tools/checkAPIs.pl ../epan/dissectors/packet-mih.c
$ ../tools/checkhf.pl ../epan/dissectors/packet-mih.c
ERROR: NO ARRAY: ../epan/dissectors/packet-mih.c, hf_link_subtype_eth
ERROR: NO ARRAY: ../epan/dissectors/packet-mih.c, hf_cmd_event_subs
The 2 reported errors are false_positives. I cleaned the other errors this
script previously reported.
I also believe I fixed all the errors/warnings found when compiling on windows.
However, "warning C4244: 'function''function' : conversion from 'guint64' to
'gint', possible loss of data" can be ignored since the possible data loss is
handled in the code.
You are receiving this mail because:
- You are the assignee for the bug.
- You are watching all bug changes.