Wireshark-bugs: [Wireshark-bugs] [Bug 8490] Dissector for NASDAQ's OUCH 4.x protocol

Date: Fri, 22 Mar 2013 10:17:04 +0000

changed bug 8490

What Removed Added
Attachment #10299 is obsolete   1
Attachment #10299 Flags review_for_checkin?  
Attachment #10433 Flags   review_for_checkin?

Comment # 6 on bug 8490 from
Created attachment 10433 [details]
Patch to add OUCH dissector

Revised patch:
- Use val_to_str_const() where no formatting is required.
- Use tvb_reported_length() (not tvb_length()) to handle short snaplen
correctly
- Moved proto_register function towards end of file
- Use _U_ macro to mark unused parameters

Thanks again for the feedback; please let me know if there's any further
issues.
-- d


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