Wireshark-commits: [Wireshark-commits] rev 46273: /trunk/ /trunk/doc/: tshark.pod /trunk/epan/: add

Date: Thu, 29 Nov 2012 00:32:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46273

User: gerald
Date: 2012/11/28 04:32 PM

Log:
 Add an add_hosts_file routine that adds a "hosts" path to an array and
 use it in tshark.c instead of read_hosts_file. This lets us use "-H"
 multiple times. Make read_hosts_file static.

Directory: /trunk/doc/
  Changes    Path          Action
  +1 -1      tshark.pod    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +39 -1     addr_resolv.c       Modified
  +10 -2     addr_resolv.h       Modified
  +1 -1      libwireshark.def    Modified

Directory: /trunk/
  Changes    Path          Action
  +5 -12     tshark.c      Modified