From Sven Eckelmann:
[metze/wireshark/wip.git] / wiretap /
2009-03-02 Gerald CombsMore Windows compiler flag cleanups. Fix a problem...
2009-02-27 Martin MathiesonSome context names now do include '-', so allow it.
2009-02-25 Jaap KeuterFrom Mark C. Brown:
2009-02-21 Bill MeierAdd a cast to fix a VC6 compie warning
2009-02-16 Stephen FisherAdd support for reading Apple's Bluetooth PacketLogger...
2009-01-27 Anders BromanFrom Rolf Fiedler:
2009-01-14 Bill MeierUpdate comment re the use of the flex statement '%optio...
2009-01-08 Martin MathiesonFix a bug where a space character wasn't being written...
2009-01-08 Tomas Kukosaget rid of few signed/unsigned mishmash warnings to...
2009-01-07 Bill MeierFix what certainly looks like a bug: change a SEEK_SET...
2009-01-07 Jaap KeuterFrom Duncan Salerno:
2009-01-06 Bill MeierAddt'l fix for bug #1937: Fill in frame pseudo_header...
2009-01-06 Bill MeierFix a typo in a comment
2009-01-05 Bill MeierUse encap=WTAP_ENCAP_UNKNOWN if encap can't be determin...
2009-01-05 Bill MeierRework code somewhat; Fixes bug 1937 & various other...
2009-01-04 Bill MeierFix some indentation
2009-01-04 Bill MeierOops: Revert SVN #27152: There weren't actually any...
2009-01-04 Bill MeierFix a few minor memory leaks...
2009-01-04 Bill MeierMinor rewording of a few comments; fix a few typos.
2008-12-24 Guy HarrisName changes to match libpcap name change of the corres...
2008-12-23 Guy HarrisHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-12-22 Guy HarrisMove wtap_pcap_encap_to_wtap_encap() and wtap_wtap_enca...
2008-12-20 Gerald CombsFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-12-17 Guy HarrisClarify that, in the Linux USB capture format, the...
2008-11-27 Stig BjørlykkeAdded support for open TNEF files directly.
2008-11-20 Jaap KeuterFrom yami:
2008-11-16 Anders BromanFrom Max Filippov:
2008-11-13 Gerald CombsFor libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4...
2008-10-26 Stephen FisherPatch from bug #2986: "Fixes and enhancements in pcapng...
2008-10-24 Bill MeierWindows build: #include winsock2.h only when needed.
2008-10-16 Stig BjørlykkeFixed a datatype to avoid a warning.
2008-10-13 Martin MathiesonAllow really long lines.
2008-10-01 Jeff MorrissFix for: https://bugs.wireshark.org/bugzilla/show_bug...
2008-09-29 Anders BromanFrom Francesco Fusco:
2008-09-19 Gerald CombsMove wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_...
2008-09-16 Jeff MorrissLink libwireshark and wiretap against libwsutil. That...
2008-09-15 Jaap KeuterFix for bug 2875:
2008-09-11 Guy HarrisSuggest why we might have at least 3 different network...
2008-09-10 Guy HarrisA network type of 2 appears to be similar to a network...
2008-09-07 Anders BromanFrom Neil Piercy:
2008-09-03 Guy Harrisg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-21 Gerald Combs_MSC_VERs 1400 and greater require manifests. Check...
2008-08-14 Gerald CombsReplace "guint" with "size_t" in a couple of places.
2008-08-12 Anders BromanFrom Márton Németh:
2008-08-12 Anders BromanFrom Alexey Neyman:
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-08-04 Gerald CombsFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-17 Bill MeierRemove -g abort from checkAPIs (for now) since existing...
2008-07-14 Jaap KeuterFrom Stephen Donnelly:
2008-07-11 Jeff Morrisspacket-k12.c expects pseudo_header->k12.extra_info...
2008-07-09 Jeff MorrissDon't cast a char[] into a guint32/64: the array may...
2008-07-09 Jeff MorrissReindent some to get things a bit more consistent/readable.
2008-07-09 Jeff MorrissAdd MP3 to the list of magic types
2008-07-08 Jeff MorrissTighten heuristics a bit: if the caplen or iplen is...
2008-07-08 Jeff MorrissTighten heuristics a bit: traces with packets longer...
2008-07-02 Guy HarrisThis directory needs some checkapi love; it's not yet...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-07-01 Guy HarrisThe intended argument for "-g" was presumably "abort...
2008-07-01 Guy HarrisUnless I've misread the GetOptions documentation, the...
2008-06-26 Gerald CombsWiretap code probably shouldn't abort the application...
2008-06-24 Guy HarrisWe don't check structure sizes elsewhere; don't check...
2008-06-23 Stig BjørlykkeFixed some "shadowed variables", as pointed out by...
2008-05-30 Guy Harriswtap_read() and wtap_seek_read(), and thus the function...
2008-05-30 Guy HarrisFix references to tcpdump-workers@tcpdump.org to refer...
2008-05-29 Guy HarrisFix the types of k12text_read() and k12text_seek_read...
2008-05-29 Guy HarrisHave iseries_parse_hex_string() take a "const char...
2008-05-28 Jeff MorrissAlways set pkt_encap, not just when we have the start...
2008-05-27 Martin MathiesonFix subtle bugs introduced by recent change to safer...
2008-05-23 Guy Harrisfile_util.c isn't part of Wiretap any more.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-20 Jeff MorrissUse the correct name for libwsutil
2008-05-20 Jeff MorrissCreate a new "Wireshark utility" library and move the...
2008-05-20 Jeff MorrissUndo rev 24518 and (re)fix bugs.wireshark.org/bugzilla...
2008-05-20 Martin MathiesonEnable FP R7 support.
2008-05-14 Tomas Kukosado not use * wildcard which is not supported by Windows...
2008-05-13 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-05-13 Anders BromanFrom: Luis Ontanon
2008-05-08 Martin MathiesonFrom Anders: Checkapi enabled for wiretap and more...
2008-05-08 Martin MathiesonUse g_strlcpy() rather than strcpy(), strncpy().
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-05-06 Anders BromanAdd checkapi target.
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2008-04-24 Guy HarrisExpand and clean up the descriptions of the new WTAP_EN...
2008-04-24 Guy HarrisClean up indentation. There is no guarantee that tabs...
2008-04-23 Jaap KeuterThe constants are there, now they need real names.
2008-04-23 Anders BromanFrom Hannes Kälber:
2008-04-20 Stig BjørlykkeFrom Rolf Fiedler (bug 2408):
2008-04-12 Sake BlokFrom Stephen Donnelly (bug 2359):
2008-04-12 Jaap KeuterFrom Mark C. Brown:
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-04-04 Martin MathiesonAllocate size of data pointed to (64 bits) rather than...
2008-03-14 Gerald CombsFrom Stephen Donnelly via bug 2235:
2008-03-14 Gerald CombsFrom Hannes Kalber:
2008-03-05 Anders BromanFrom Owen Kirby :
2008-03-01 Jeff MorrissAll our programs link against glib so don't there's...
2008-02-25 Jeff MorrissAdd support for DLT_IPMB (199). The dissector for...
2008-02-22 Jeff MorrissFrom Peter via bugs.wireshark.org/bugzilla/show_bug...
2008-02-20 Stephen FisherReally fix pcapng timestamp reading and writing this...
next