Change install-plugins target to install plugins in "$(INSTALL_DIR)\plugins\$(VERSION...
[metze/wireshark/wip.git] / wiretap /
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...
2008-02-18 Bill MeierAdd $Id$
2008-02-16 Stig BjørlykkeCast secs and nsecs correct.
2008-02-16 Stephen FisherChange if_tsaccur to if_tsresol and change timestamp...
2008-02-12 Stig BjørlykkeAdd a cast.
2008-02-10 Guy HarrisDo the time calculations with 64-bit integers, rather...
2008-02-09 Bill MeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-02-07 Stig BjørlykkeRemoved some "statement not reached" warnings.
2008-02-07 Stig BjørlykkeCorrected some types.
2008-02-04 Stig BjørlykkeAdded btsnoop.h
2008-02-03 Stig BjørlykkeFrom Shane Kearns (bug 2237):
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-26 Ulf Lampingg_warning -> pcapng_debug and "switch it off" as defaul...
2008-01-24 Jeff Morrisss/%ll/%" G_GINT64_MODIFIER "/g
2008-01-24 Stig BjørlykkeFixed some more malloc -> g_malloc, free -> g_free...
2008-01-22 Stephen FisherUse WTAP_MAX_PACKET_SIZE in place of 65535 in sanity...
2008-01-21 Ulf Lampingas we have BSWAP64() now, at least read 64bit section_l...
2008-01-20 Stephen FisherIntroduce BSWAP64() and use it in the pcapng code
2008-01-19 Ulf LampingMake it compile on Win32 ;-)
2008-01-19 Stig BjørlykkeMake it compile on OSX.
next