Wireshark-commits: [Wireshark-commits] rev 32571: /trunk/ /trunk/epan/: addr_resolv.c addr_resolv.h

Date: Tue, 27 Apr 2010 06:51:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32571

User: stig
Date: 2010/04/26 11:51 PM

Log:
 Added Manual IP address resolve functions.
 
 This can later be extended with ethernet and probably other addresses.

Directory: /trunk/epan/
  Changes    Path             Action
  +32 -0     addr_resolv.c    Modified
  +3 -0      addr_resolv.h    Modified

Directory: /trunk/gtk/
  Changes    Path                    Action
  +1 -0      CMakeLists.txt          Modified
  +2 -0      Makefile.common         Modified
  +3 -0      help_dlg.c              Modified
  +1 -0      help_dlg.h              Modified
  +67 -0     main.c                  Modified
  +3 -0      main.h                  Modified
  +168 -0    manual_addr_resolv.c    Added
  +26 -0     manual_addr_resolv.h    Added
  +5 -0      menus.c                 Modified