aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-17From Marton Nemeth:Stig Bjørlykke7-1/+211
2009-10-01(minor) Indent fix.Stig Bjørlykke1-3/+3
2009-09-30Removed an unneeded assignment.Stig Bjørlykke1-1/+0
2009-09-29Read nsecs as a signed value.Stig Bjørlykke1-1/+1
2009-09-25Treat 13 as if it came from OpenBSD except on BSD/OS, so that if thereGuy Harris2-29/+20
2009-09-24Update *.vcproj to visual studio 8Anders Broman1-1/+2
2009-09-23Build wiretap with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer1-0/+6
2009-09-17We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();Guy Harris1-1/+1
2009-09-17We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,Guy Harris1-5/+7
2009-09-17Do *NOT* skip the rest of the header by reading into a fixed-size bufferGuy Harris1-12/+21
2009-09-17From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :Jeff Morriss1-9/+31
2009-09-08- now wireshark compiles with cmake as wellJörg Mayer1-2/+0
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-3/+5
2009-08-30On Windows a shared library in divided into a DLL part (RUNTIME) and an impor...Kovarththanan Rajaratnam1-2/+5
2009-08-26#include <stdio.h> no longer req'd.Bill Meier1-1/+0
2009-08-23From kahou:Jaap Keuter3-2/+8
2009-08-10Update a comment - a bad packet size could also be the result of a fileGuy Harris1-2/+3
2009-08-10Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crashGerald Combs1-0/+7
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer1-1/+1
2009-07-26Note that libpcap fails if it tries to read a file with a snapshotGuy Harris1-1/+2
2009-07-16From Kahou via bug 3739:Stig Bjørlykke3-0/+6
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-02Don't dump out the raw link-layer type when noting thatGuy Harris1-2/+5
2009-07-02Patch from Alex Badea for Bug 3645.Michael Tüxen1-2/+2
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.Michael Tüxen2-9/+68
2009-06-28Stop loading a pcapng file with multiple section header blocks.Michael Tüxen1-11/+19
2009-06-27Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,Michael Tüxen1-6/+6
2009-06-27Fix copy/paste error introduced in rev. 28863.Michael Tüxen1-1/+1
2009-06-27Another cleanup. We are now back to Ulf's originalMichael Tüxen1-28/+42