Wireshark-commits: [Wireshark-commits] rev 39588: / /trunk/wiretap/: Makefile.common aethra.c aethr

Date: Wed, 26 Oct 2011 02:18:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39588

User: guy
Date: 2011/10/25 07:18 PM

Log:
 Initial support for .aps files from Aethra Telecommunications' PC108
 software.  More work is needed:
 
 	we don't know where the capture start time is yet;
 
 	we aren't handling the "stop capture" record;
 
 	we don't know where the ISDN channel is;
 
 	there might be non-ISDN file formats;
 
 but this at least is easier than trying to text2pcap hex dumps from that
 software into pcap files.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +218 -0    aethra.c           Added
  +31 -0     aethra.h           Added
  +7 -1      file_access.c      Modified
  +1 -0      wtap.h             Modified