aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andguy2-117/+142
2010-05-10Fix non-libz build.martinm1-1/+1
2010-05-08Add wtap_cleareof().guy1-0/+1
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailinggerald2-9/+17
2010-05-07EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and wegerald1-0/+12
2010-04-27Whitespace changes.etxrab1-23/+23
2010-04-26Clean up properly if we get an error after allocating the private dataguy1-1/+7
2010-04-22A bit more information.guy1-0/+6
2010-04-22More updates to reflect all the hairy details of Linux USB capture.guy1-30/+70
2010-04-22Update a comment to reflect recent changes and to reflect behavior ofguy1-3/+17
2010-04-21From Chris Maynard:guy6-84/+92
2010-04-17From Jakub Zawadzki:stig2-2/+5
2010-04-15Make it build without zlib on OSX.stig1-7/+18
2010-04-08From Stephen Donnelly:etxrab2-5/+7
2010-04-05Treat the first block we read, when opening, specially:guy1-20/+60
2010-03-28From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerguy1-1/+1
2010-03-25Update a comment to discuss how zlib and z_off_t has gotten messier lately.guy1-0/+8
2010-03-18cmake changes:jmayer1-0/+1
2010-02-28Added svn:ignore targets.stig1-2/+2
2010-02-27Constify.guy28-631/+555
2010-02-24Move the definition of the private data structure from wtap-int.h to theguy2-32/+33
2010-02-24Define the private data structures for some particular capture fileguy4-138/+164
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andguy7-6/+43
2010-02-23Squelch some compiler warnings (some of which indicate potentialguy2-14/+14
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofguy1-11/+11
2010-02-23Squelch some (valid) warnings.guy1-2/+2
2010-02-23Fix cast.guy1-1/+1
2010-02-23Attempt to squelch some compiler warnings.guy1-2/+2
2010-02-02From Stephen Donnelly:etxrab2-2/+5
2010-02-01From Tobias Witek:etxrab1-0/+1
2010-01-27Fix a comment.guy1-4/+6
2010-01-23Fix for bug 4408:jake1-2/+14
2010-01-18Fix gcc -Wshadow warnings ....wmeier1-33/+33
2009-12-23The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.guy1-3/+3
2009-12-17From Petr Sumbera:stig1-1/+1
2009-12-09When reading NetMon capture files version 2.1 and higher (the latest is 2.2 r...sfisher1-1/+10
2009-12-08From Felix Obenhuber via bug #4299: SocketCAN dissector patchsfisher2-0/+4
2009-12-04Revise #31172 slightly to clarify #define dependencieswmeier1-4/+6
2009-12-04From: babiwmeier1-2/+6
2009-12-04From: Ravi Kondamuru:wmeier1-64/+64
2009-12-03Renamed some wtap defines:stig2-4/+4
2009-12-03Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]stig1-2/+8
2009-12-03From Petr Sumbera via bug 4284:stig4-1/+31
2009-11-18Switch HighHdr and LowHdr to build correct absolute time.stig1-2/+2
2009-11-18Another try to treat the two 32bit time values (low, high) in v23 formatstig1-1/+1
2009-11-18If no error is returned by a Wiretap routine, err_info is presumed notguy1-2/+2
2009-11-17From Ravi Kondamuru via bug 3540:stig1-1/+2
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-6/+8
2009-11-09Removed an unused assignment.stig1-2/+1
2009-11-09Removed an unused variable.stig1-2/+1