aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2010-04-08From Stephen Donnelly:Anders Broman2-5/+7
2010-04-05Treat the first block we read, when opening, specially:Guy Harris1-20/+60
2010-03-28From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerGuy Harris1-1/+1
2010-03-25Update a comment to discuss how zlib and z_off_t has gotten messier lately.Guy Harris1-0/+8
2010-03-18cmake changes:Jörg Mayer1-0/+1
2010-02-27Fix some types, to squelch compiler warnings (this should introduceGuy Harris1-2/+2
2010-02-26Move the definitions of all the private data structures out ofGuy Harris26-623/+536
2010-02-25Have parse_ascend() return:Guy Harris3-10/+21
2010-02-24Move the definition of the private data structure from wtap-int.h to theGuy Harris2-32/+33
2010-02-24Define the private data structures for some particular capture fileGuy Harris4-138/+164
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris7-6/+43
2010-02-23Squelch some compiler warnings (some of which indicate potentialGuy Harris2-14/+14
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris1-11/+11
2010-02-23Squelch some (valid) warnings.Guy Harris1-2/+2
2010-02-23Fix cast.Guy Harris1-1/+1
2010-02-23Attempt to squelch some compiler warnings.Guy Harris1-2/+2
2010-02-02From Stephen Donnelly:Anders Broman2-2/+5
2010-02-01From Tobias Witek:Anders Broman1-0/+1
2010-01-27Fix a comment.Guy Harris1-4/+6
2010-01-23Fix for bug 4408:Jaap Keuter1-2/+14
2010-01-18Fix gcc -Wshadow warnings ....Bill Meier1-33/+33
2009-12-23The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.Guy Harris1-3/+3
2009-12-17From Petr Sumbera:Stig Bjørlykke1-1/+1
2009-12-09When reading NetMon capture files version 2.1 and higher (the latest is 2.2 r...Stephen Fisher1-1/+10
2009-12-08From Felix Obenhuber via bug #4299: SocketCAN dissector patchStephen Fisher2-0/+4
2009-12-04Revise #31172 slightly to clarify #define dependenciesBill Meier1-4/+6
2009-12-04From: babiBill Meier1-2/+6
2009-12-04From: Ravi Kondamuru:Bill Meier1-64/+64
2009-12-03Renamed some wtap defines:Stig Bjørlykke2-4/+4
2009-12-03Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]Stig Bjørlykke1-2/+8
2009-12-03From Petr Sumbera via bug 4284:Stig Bjørlykke4-1/+31
2009-11-18Switch HighHdr and LowHdr to build correct absolute time.Stig Bjørlykke1-2/+2
2009-11-18Another try to treat the two 32bit time values (low, high) in v23 formatStig Bjørlykke1-1/+1
2009-11-18If no error is returned by a Wiretap routine, err_info is presumed notGuy Harris1-2/+2
2009-11-17From Ravi Kondamuru via bug 3540:Stig Bjørlykke1-1/+2
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-6/+8
2009-11-09Removed an unused assignment.Stig Bjørlykke1-2/+1
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12
2009-10-26Note in comments that the dct2000_file_externals_t structure is used forGuy Harris1-6/+13
2009-10-26Update URL for LANalyzer file format.Guy Harris1-1/+1
2009-10-26Try to fix win64 buildbot. Both fgets() and gzgets() take an int for the len...Martin Mathieson1-1/+1
2009-10-26Get rid of capture.catapult_dct2000, move start time of capture into file_ext...Martin Mathieson2-40/+31
2009-10-26Global variables considered harmful - we don't want to rule out twoGuy Harris1-98/+101
2009-10-26Formatting changes only.Martin Mathieson1-240/+135
2009-10-26Fix:Anders Broman1-4/+4
2009-10-26Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson1-140/+218
2009-10-18Fixed data type for a buffer.Stig Bjørlykke1-2/+2
2009-10-18Fixed data type for asciibuf.Stig Bjørlykke1-2/+2
2009-10-18Removed non-ASCII characters.Stig Bjørlykke2-4/+4