summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11Suggest why we might have at least 3 different network subtypes for 802.11.Guy Harris1-1/+7
2008-09-10A network type of 2 appears to be similar to a network type of 1Guy Harris1-1/+3
2008-09-07From Neil Piercy: Anders Broman1-0/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris2-2/+10
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstGerald Combs1-1/+1
2008-08-14Replace "guint" with "size_t" in a couple of places.Gerald Combs1-2/+2
2008-08-12From Márton Németh:Anders Broman1-7/+9
2008-08-12From Alexey Neyman:Anders Broman3-19/+129
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-1/+1
2008-07-17Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.Bill Meier1-1/+3
2008-07-14From Stephen Donnelly:Jaap Keuter1-3/+6
2008-07-11packet-k12.c expects pseudo_header->k12.extra_info to be guchar so make it a ...Jeff Morriss1-1/+1
2008-07-09Don't cast a char[] into a guint32/64: the array may not be aligned correctly...Jeff Morriss1-2/+8
2008-07-09Reindent some to get things a bit more consistent/readable.Jeff Morriss1-367/+372
2008-07-09Add MP3 to the list of magic typesJeff Morriss1-3/+3
2008-07-08Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...Jeff Morriss1-1/+5
2008-07-08Tighten heuristics a bit: traces with packets longer than 16k are no good (is...Jeff Morriss1-3/+3