aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/packetlogger.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22Improve heuristic for packetlogger file format detection.Michael Tüxen1-4/+2
svn path=/trunk/; revision=28809
2009-06-22Add protection code to avoid crashed when .erf filesMichael Tüxen1-1/+7
are wrongly identified as packetlogger ones. Will be scheduled for 1.2.1. svn path=/trunk/; revision=28808
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
svn path=/trunk/; revision=28537
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke1-49/+18
- Send last byte of header (type) and data to a packetlogger dissector - Rewrite type to ACI channel in the dissector - Direction is indirectly given from the PL type - Dissect PacketLogger NewC and Info as text svn path=/trunk/; revision=28141
2009-02-21Add a cast to fix a VC6 compie warningBill Meier1-1/+1
svn path=/trunk/; revision=27494
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-0/+217
wiretap. Modify various other locations to accommodate the fact that PacketLogger files do not specify the direction of packets. svn path=/trunk/; revision=27463