Wireshark-commits: [Wireshark-commits] rev 52275: /trunk/ /trunk/: dumpcap.c pcapio.c pcapio.h text

Date: Sun, 29 Sep 2013 20:53:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52275

User: guy
Date: 2013/09/29 08:53 PM

Log:
 Rename routines that write pcap-ng files to "pcapng_xxx" rather than
 "libpcap_xxx".
 
 Rename the low-level write routine in pcapio.c to write_to_file(), as
 it's used for both pcap and pcap-ng files.

Directory: /trunk/
  Changes    Path           Action
  +44 -44    dumpcap.c      Modified
  +116 -184  pcapio.c       Modified
  +51 -47    pcapio.h       Modified
  +37 -37    text2pcap.c    Modified