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

Wireshark-commits: [Wireshark-commits] rev 32995: /trunk/ /trunk/epan/: strutil.c strutil.h /trunk/

Date: Thu, 27 May 2010 15:51:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32995

User: gerald
Date: 2010/05/27 08:51 AM

Log:
 From Edgar Gladkich:
 
 This is an extension to the Wireshark context sensitive protocol help. Rows in
 TreeView window are analyzed and suitable help file (as HTML) is opened in a
 browser.
 
 The help part (large file, 23 MB) of the Protocol Help can be downloaded under
 www.inacon.com/dowload/stuff/protocol_help.tar.gz
 
 This protocol help "light" provides descriptive content for the most frequently
 used standard protocols, including IP, TCP or SMTP.
 
 From me:
 
 Changes:
 
 Rename "ph_" in some function names to "proto_help_". Move the protocol
 help code to its own module.
 
 Make a bunch of functions static. Remove unused code.
 
 Use browser_open_url() instead of a custom function.
 
 Increase the logging levels. Don't clobber the normal log handler.
 
 Update some Doxygen comments to match the format in the rest of the code
 base.
 
 Removed GTK version checks. We've been 2.x only for a while.
 
 Move ph_replace_string to string_replace() in epan/strutil.[ch].
 
 Fix a bunch of memory leaks.
 
 Add a NULL pointer check.
 
 Reformat the overview menu label.
 
 Document the file format and locations.
 
 Add Edgar to AUTHORS.

Directory: /trunk/epan/
  Changes    Path          Action
  +16 -0     strutil.c     Modified
  +11 -0     strutil.h     Modified

Directory: /trunk/gtk/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +5 -0      main.c             Modified
  +5 -1      menus.c            Modified
  +662 -0    proto_help.c       Added
  +46 -0     proto_help.h       Added

Directory: /trunk/
  Changes    Path          Action
  +4 -0      AUTHORS       Modified

Directory: /trunk/docbook/wsug_src/
  Changes    Path                  Action
  +149 -0    WSUG_app_files.xml    Modified