Wireshark-commits: [Wireshark-commits] rev 51842: /trunk/epan/ /trunk/epan/: show_exception.c
Date: Sun, 08 Sep 2013 18:35:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51842

User: mmann
Date: 2013/09/08 11:35 AM

Log:
 Convert malformed ("protocol") expert infos into something filterable.  Not sure if "malformed.expert" is more confusing than helpful, but I didn't want it to share with the "malformed" display filter because their underlying types are different (FT_PROTOCOL vs FT_NONE).  The ".expert" has been my convention when a condition already has a well-named hf_ display filter, but also has expert info associated with it.
 
 Also removed the commented out calls to expert_add_info_format to avoid confusion, but left the comments noting the reason it's absent.

Directory: /trunk/epan/
  Changes    Path                Action
  +21 -11    show_exception.c    Modified