Michael Mann
changed
bug 7493
What |
Removed |
Added |
Attachment #8858 is obsolete |
|
1
|
Attachment #8858 Flags |
review_for_checkin?
|
|
Attachment #9908 Flags |
|
review_for_checkin?
|
Comment # 14
on bug 7493
from Michael Mann
Created attachment 9908 [details]
AR Drone patch
Cleaned up AR Drone dissector.
The protocol is all strings, so you can't have integer types with the hf_
fields. You could have "generated" fields with the integer values. I guess it
depends on what type of filtering you would do. You can do 'ar_drone.ref.id ==
"42"', but < or > won't work well with the strings.
Some of the value_strings are currently unused because of the string/int
mapping issues
Tom,
Are you okay with the updates to this patch? It correctly dissected your
provided capture, but I didn't know if you had gotten more since the last patch
was written.
You are receiving this mail because:
- You are watching all bug changes.