Peter Wu
changed
bug 9360
What |
Removed |
Added |
Attachment #11944 Flags |
|
review_for_checkin?
|
Comment # 1
on bug 9360
from Peter Wu
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.