Wireshark-commits: [Wireshark-commits] rev 31974: /trunk/wiretap/ /trunk/wiretap/: lanalyzer.c libp
Date: Wed, 24 Feb 2010 07:21:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31974

User: guy
Date: 2010/02/23 11:21 PM

Log:
 Define the private data structures for some particular capture file
 types in the modules for those capture file types, not in wtap-int.h, so
 wtap-int.h doesn't have to change when the code to handle that
 particular capture type changes, or a new capture file type is added.
 (Ultimately, we should do this for all the private data structures.)

Directory: /trunk/wiretap/
  Changes    Path           Action
  +19 -11    lanalyzer.c    Modified
  +49 -23    libpcap.c      Modified
  +96 -56    ngsniffer.c    Modified
  +0 -48     wtap-int.h     Modified