aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc -Wshadow warnings ....Bill Meier2010-01-181-33/+33
* The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.Guy Harris2009-12-231-3/+3
* From Petr Sumbera:Stig Bjørlykke2009-12-171-1/+1
* When reading NetMon capture files version 2.1 and higher (the latest is 2.2 r...Stephen Fisher2009-12-091-1/+10
* From Felix Obenhuber via bug #4299: SocketCAN dissector patchStephen Fisher2009-12-082-0/+4
* Revise #31172 slightly to clarify #define dependenciesBill Meier2009-12-041-4/+6
* From: babiBill Meier2009-12-041-2/+6
* From: Ravi Kondamuru:Bill Meier2009-12-041-64/+64
* Renamed some wtap defines:Stig Bjørlykke2009-12-032-4/+4
* Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]Stig Bjørlykke2009-12-031-2/+8
* From Petr Sumbera via bug 4284:Stig Bjørlykke2009-12-034-1/+31
* Switch HighHdr and LowHdr to build correct absolute time.Stig Bjørlykke2009-11-181-2/+2
* Another try to treat the two 32bit time values (low, high) in v23 formatStig Bjørlykke2009-11-181-1/+1
* If no error is returned by a Wiretap routine, err_info is presumed notGuy Harris2009-11-181-2/+2
* From Ravi Kondamuru via bug 3540:Stig Bjørlykke2009-11-171-1/+2
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-171-6/+8
* Removed an unused assignment.Stig Bjørlykke2009-11-091-2/+1
* Removed an unused variable.Stig Bjørlykke2009-11-091-2/+1
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-071-0/+12
* Note in comments that the dct2000_file_externals_t structure is used forGuy Harris2009-10-261-6/+13
* Update URL for LANalyzer file format.Guy Harris2009-10-261-1/+1
* Try to fix win64 buildbot. Both fgets() and gzgets() take an int for the len...Martin Mathieson2009-10-261-1/+1
* Get rid of capture.catapult_dct2000, move start time of capture into file_ext...Martin Mathieson2009-10-262-40/+31
* Global variables considered harmful - we don't want to rule out twoGuy Harris2009-10-261-98/+101
* Formatting changes only.Martin Mathieson2009-10-261-240/+135
* Fix:Anders Broman2009-10-261-4/+4
* Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson2009-10-261-140/+218
* Fixed data type for a buffer.Stig Bjørlykke2009-10-181-2/+2
* Fixed data type for asciibuf.Stig Bjørlykke2009-10-181-2/+2
* Removed non-ASCII characters.Stig Bjørlykke2009-10-182-4/+4
* From Marton Nemeth:Stig Bjørlykke2009-10-177-1/+211
* (minor) Indent fix.Stig Bjørlykke2009-10-011-3/+3
* Removed an unneeded assignment.Stig Bjørlykke2009-09-301-1/+0
* Read nsecs as a signed value.Stig Bjørlykke2009-09-291-1/+1
* Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereGuy Harris2009-09-252-29/+20
* Update *.vcproj to visual studio 8Anders Broman2009-09-241-1/+2
* Build wiretap with cmake on OSX.Stig Bjørlykke2009-09-231-0/+2
* More fixes for OSX - might work now :-)Jörg Mayer2009-09-231-0/+6
* We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();Guy Harris2009-09-171-1/+1
* We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,Guy Harris2009-09-171-5/+7
* Do *NOT* skip the rest of the header by reading into a fixed-size bufferGuy Harris2009-09-171-12/+21
* From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :Jeff Morriss2009-09-171-9/+31
* - now wireshark compiles with cmake as wellJörg Mayer2009-09-081-2/+0
* Beginnings of getting cmake to build stuff in epan.Jörg Mayer2009-09-021-3/+5
* On Windows a shared library in divided into a DLL part (RUNTIME) and an impor...Kovarththanan Rajaratnam2009-08-301-2/+5
* #include <stdio.h> no longer req'd.Bill Meier2009-08-261-1/+0
* From kahou:Jaap Keuter2009-08-233-2/+8
* Update a comment - a bad packet size could also be the result of a fileGuy Harris2009-08-101-2/+3
* Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crashGerald Combs2009-08-101-0/+7
* * Tue May 26 2009 cmorve69@yahoo.esJörg Mayer2009-08-071-1/+1