Wireshark-bugs: [Wireshark-bugs] [Bug 9612] Dissector of AMQP 1.0

Date: Sat, 18 Jan 2014 12:19:30 +0000

changed bug 9612

What Removed Added
Attachment #12475 is obsolete   1

Comment # 11 on bug 9612 from
Created attachment 12482 [details]
Patch for dissecting AMQP 1.0 - version 3

Patch proposal:
- sprintf replaced by g_snprintf
- multiple FT_ fields with same filter for null value (0x40) and for composite
value not implemented; null value should be a number while composite values
can't be interpreted as numbers (usually they are of huge length); hence I
could not guarantee "Note that the formats used must all belong to the same
list as defined below: .." part of doc/README.dissector.


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