aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-10-26Patch from bug #2986: "Fixes and enhancements in pcapng reader"sfisher1-5/+65
2008-10-24Windows build: #include winsock2.h only when needed.wmeier2-5/+2
2008-10-16Fixed a datatype to avoid a warning.stig1-2/+2
2008-10-13Allow really long lines.martinm1-1/+1
2008-10-01Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :morriss1-9/+14
2008-09-29From Francesco Fusco:etxrab4-16/+117
2008-09-19Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap togerald1-583/+2
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentmorriss1-2/+1
2008-09-15Fix for bug 2875:jake2-11/+22
2008-09-11Suggest why we might have at least 3 different network subtypes for 802.11.guy1-1/+7
2008-09-10A network type of 2 appears to be similar to a network type of 1guy1-1/+3
2008-09-07From Neil Piercy: etxrab1-0/+4
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),guy2-2/+10
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstgerald1-1/+1
2008-08-14Replace "guint" with "size_t" in a couple of places.gerald1-2/+2
2008-08-12From Márton Németh:etxrab1-7/+9
2008-08-12From Alexey Neyman:etxrab3-19/+129
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.gerald1-1/+1
2008-07-17Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.wmeier1-1/+3
2008-07-14From Stephen Donnelly:jake1-3/+6
2008-07-11packet-k12.c expects pseudo_header->k12.extra_info to be guchar so make it a ...morriss1-1/+1
2008-07-09Don't cast a char[] into a guint32/64: the array may not be aligned correctly...morriss1-2/+8
2008-07-09Reindent some to get things a bit more consistent/readable.morriss1-367/+372
2008-07-09Add MP3 to the list of magic typesmorriss1-3/+3
2008-07-08Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...morriss1-1/+5
2008-07-08Tighten heuristics a bit: traces with packets longer than 16k are no good (is...morriss1-3/+3
2008-07-02This directory needs some checkapi love; it's not yet ready for that toguy1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-07-01The intended argument for "-g" was presumably "abort", given Gerald'sguy1-1/+1
2008-07-01Unless I've misread the GetOptions documentation, the "-g" flag toguy1-1/+1
2008-06-26Wiretap code probably shouldn't abort the application either.gerald1-1/+1
2008-06-24We don't check structure sizes elsewhere; don't check them here. (Inguy1-11/+10
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.stig2-22/+21
2008-05-30wtap_read() and wtap_seek_read(), and thus the functions that it calls,guy1-2/+2
2008-05-30Fix references to tcpdump-workers@tcpdump.org to refer to the newguy1-7/+7
2008-05-29Fix the types of k12text_read() and k12text_seek_read() to match whatguy1-4/+4
2008-05-29Have iseries_parse_hex_string() take a "const char *" as its firstguy1-7/+20
2008-05-28Always set pkt_encap, not just when we have the start date. This bug, aroundmorriss1-5/+6
2008-05-27Fix subtle bugs introduced by recent change to safer APIs.martinm1-2/+2
2008-05-23file_util.c isn't part of Wiretap any more.guy1-1/+0
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss10-659/+40
2008-05-20Use the correct name for libwsutilmorriss1-1/+1
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss8-212/+4
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-1/+1
2008-05-20Enable FP R7 support.martinm1-1/+2
2008-05-14do not use * wildcard which is not supported by Windows commandlinekukosa1-2/+1
2008-05-13Fix some of the Errors/warnings detected by checkapi.etxrab2-10/+9
2008-05-13From: Luis Ontanonetxrab1-10/+19