http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36318
User: gerald
Date: 2011/03/24 03:47 PM
Log:
Add initial pcapng name resolution record support. Wireshark has read
support; TShark has read+write support. Additionally TShark can read a
"hosts" file and write those records to a capture file.
This uses "struct addrinfo" in many places and probably won't compile on
some platforms.
Directory: /trunk/doc/
Changes Path Action
+26 -0 editcap.pod Modified
+26 -0 tshark.pod Modified
Directory: /trunk/epan/
Changes Path Action
+63 -3 addr_resolv.c Modified
+31 -0 addr_resolv.h Modified
+4 -0 libwireshark.def Modified
Directory: /trunk/
Changes Path Action
+4 -0 file.c Modified
+30 -5 tshark.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+86 -73 file_access.c Modified
+248 -2 pcapng.c Modified
+21 -2 wtap-int.h Modified
+10 -1 wtap.c Modified
(2 files not shown)