Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9360] Duplicate header field abbreviation breaks filter (e

Date: Thu, 31 Oct 2013 15:08:02 +0000

changed bug 9360

What Removed Added
Attachment #11944 Flags   review_for_checkin?

Comment # 1 on bug 9360 from
Created attachment 11944 [details]
Rename numeric irc.response.command field

It seems that numeric and string types cannot have the same abbreviation. This
patch renames the numeric command.

The documentation (README.dissector) needs to be updated if this is really the
case. Even better: allow type conversions such that this extra field can
completely be removed:

int(irc.response.command) == 123
str(irc.response.command) == "123"


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