https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3051
--- Comment #2 from Stephen Fisher <stephentfisher@xxxxxxxxx> 2008-11-27 17:14:47 PDT ---
There is a problem with my initial idea which includes adding the space
character as a valid character in a field name by changing proto.c's
fld_abbrev_chars[256] = { ... }. The problem is that there are other places
where only a field is requested (such as when setting up custom columns) and
these would then accept a space but not strip it, leading to an invalid field
and nothing showing up (in the case of custom columns).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.