aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.Gerald Combs1-5/+5
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativeGerald Combs1-14/+18
2009-03-09More 64-bit fixes.Gerald Combs4-5/+5
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs2-15/+15
2009-03-09P64 fixes.Gerald Combs9-18/+18
2009-03-08Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).Bill Meier1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+2
2009-03-07More P64 changes.Guy Harris1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+3
2009-03-07More P64 changes.Guy Harris1-1/+2
2009-03-07Squelch warnings - none of those strings will be so long that theGuy Harris1-6/+6
2009-03-07More P64 stuff.Guy Harris2-6/+7
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forGuy Harris2-14/+14
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-4/+1
2009-02-27Some context names now do include '-', so allow it.Martin Mathieson1-1/+1
2009-02-25From Mark C. Brown:Jaap Keuter2-7/+14
2009-02-21Add a cast to fix a VC6 compie warningBill Meier1-1/+1
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher5-2/+262
2009-01-27From Rolf Fiedler:Anders Broman3-1/+26
2009-01-14Update comment re the use of the flex statement '%option noline'Bill Meier1-3/+3
2009-01-08Fix a bug where a space character wasn't being written back to save files.Martin Mathieson1-3/+6
2009-01-08get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...Tomas Kukosa1-1/+1
2009-01-07Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CURBill Meier1-1/+1
2009-01-07From Duncan Salerno:Jaap Keuter6-1/+454
2009-01-06Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.Bill Meier1-18/+47
2009-01-06Fix a typo in a commentBill Meier1-1/+1
2009-01-05Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.Bill Meier1-1/+1
2009-01-05Rework code somewhat; Fixes bug 1937 & various other issues.Bill Meier1-33/+82
2009-01-04Fix some indentationBill Meier1-13/+13
2009-01-04Oops: Revert SVN #27152: There weren't actually any memory leaks ...Bill Meier1-6/+0
2009-01-04Fix a few minor memory leaks...Bill Meier1-0/+6
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-1/+1
2008-12-24Name changes to match libpcap name change of the corresponding DLT_Guy Harris2-6/+6
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris3-1/+11
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris1-1/+585
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-1/+1
2008-12-17Clarify that, in the Linux USB capture format, the header is alwaysGuy Harris1-2/+2
2008-11-27Added support for open TNEF files directly.Stig Bjørlykke6-2/+184
2008-11-20From yami:Jaap Keuter1-5/+6
2008-11-16From Max Filippov:Anders Broman2-1/+5
2008-11-13For libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4, make sure weGerald Combs1-4/+14
2008-10-26Patch from bug #2986: "Fixes and enhancements in pcapng reader"Stephen Fisher1-5/+65
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier2-5/+2
2008-10-16Fixed a datatype to avoid a warning.Stig Bjørlykke1-2/+2
2008-10-13Allow really long lines.Martin Mathieson1-1/+1
2008-10-01Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :Jeff Morriss1-9/+14
2008-09-29From Francesco Fusco:Anders Broman4-16/+117
2008-09-19Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap toGerald Combs1-583/+2
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss1-2/+1
2008-09-15Fix for bug 2875:Jaap Keuter2-11/+22