From Matt Deckard:
[obnox/wireshark/wip.git] / wiretap /
2009-06-01 stigTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 stigAdding casts, take 3.
2009-06-01 stigAdding casts, take 2.
2009-06-01 stigAdded/Changed some more casts to build.
2009-06-01 stigAdded some casts to remove some warnings.
2009-06-01 stigFrom Ravi Kondamuru via bug 3457:
2009-05-31 sfisherChange my e-mail address
2009-05-29 jmayerResume work on CMake for Wireshark. Finally found and...
2009-05-25 sakeFix for bug 3469:
2009-05-25 stigAdded missing daintree-sna.h to Makefile.
2009-05-24 stigFrom Fred Fierling (bug 3486):
2009-05-22 tuexenFrom Aaron Turner: Use wtap_wtap_encap_to_pcap_encap...
2009-05-22 geraldFrom Kovarththanan Rajaratnam via bug 2680:
2009-05-21 geraldFrom Kovarththanan Rajaratnam via bug 2676:
2009-05-05 tuexenOne more debug output.
2009-05-03 tuexenUse a dynamic glib array instead of a static C array for
2009-05-03 tuexenAdd support for multiple IDBs. They can used different...
2009-05-03 tuexenImprove handling of if_tsresol option.
2009-05-03 tuexenUse WTAP_FILE_TSPREC_NSEC as tsprecision. This makes...
2009-05-03 tuexenRemove code that should have been removed by my last...
2009-05-03 tuexenUse WTAP_ENCAP_PER_PACKET. This is an intermediate...
2009-05-02 tuexenWhitespace change.
2009-05-02 tuexenFix the handling of non PB/EPB blocks after the initial...
2009-04-27 guypcap_to_wtap_map is not used outside wiretap/pcap-commo...
2009-04-27 guyNettl format != libpcap format && nettl format != pcap...
2009-04-27 guyMove pseudo-header routines from libpcap.c to pcap...
2009-04-27 tuexenUse named constant.
2009-04-27 guyHave the libpcap and pcap-NG code share the LINKTYPE_...
2009-04-26 tuexenClean up some comments I forgot to remove.
2009-04-26 guyDon't do pointer casting - some version of GCC complain...
2009-04-25 guyThere's no guarantee that "ll" is the right modifier...
2009-04-25 tuexen- add support for interface statistic block
2009-04-24 wmeiervms.c: undo an incorrect const committed in SVN #28144.
2009-04-24 wmeier[Trivial] Constify a few things
2009-04-24 stigImproved reading Apple's PacketLogger files:
2009-04-23 stigAdded PacketLogger to dump_open_table_base to be able...
2009-04-22 guyMore file-offset fixes.
2009-04-22 guyssize_t is UN*X-only; don't use it.
2009-04-22 guyLLP64 fix.
2009-04-22 guySigned vs. unsigned fix.
2009-04-22 guyClean up some 64-bit issues.
2009-04-08 geraldDisable warnings-as-errors for Flex-generated output...
2009-03-31 geraldAdd a check to make sure we don't try to allocate a...
2009-03-15 stigFrom Jakub Zawadzki:
2009-03-11 geraldFlex doesn't generate LLP64-compilable output. For...
2009-03-10 geraldAnother iteration of 64-bit-support-by-successive-appro...
2009-03-10 geraldng_file_read and SnifferDecompress need to be able...
2009-03-09 geraldMore 64-bit fixes.
2009-03-09 geraldConvert a bunch of ints to size_t in ngsniffer.c, and...
2009-03-09 geraldP64 fixes.
2009-03-08 wmeierChange a a remaining eth_fopen to ws_fopen (used only...
2009-03-07 guyMore P64 changes.
2009-03-07 guyMore P64 changes.
2009-03-07 guyMore P64 changes.
2009-03-07 guyMore P64 changes.
2009-03-07 guySquelch warnings - none of those strings will be so...
2009-03-07 guyMore P64 stuff.
2009-03-07 guySome LLP64 work to get rid of warnings for Win64; this...
2009-03-02 geraldMore Windows compiler flag cleanups. Fix a problem...
2009-02-27 martinmSome context names now do include '-', so allow it.
2009-02-25 jakeFrom Mark C. Brown:
2009-02-21 wmeierAdd a cast to fix a VC6 compie warning
2009-02-16 sfisherAdd support for reading Apple's Bluetooth PacketLogger...
2009-01-27 etxrabFrom Rolf Fiedler:
2009-01-14 wmeierUpdate comment re the use of the flex statement '%optio...
2009-01-08 martinmFix a bug where a space character wasn't being written...
2009-01-08 kukosaget rid of few signed/unsigned mishmash warnings to...
2009-01-07 wmeierFix what certainly looks like a bug: change a SEEK_SET...
2009-01-07 jakeFrom Duncan Salerno:
2009-01-06 wmeierAddt'l fix for bug #1937: Fill in frame pseudo_header...
2009-01-06 wmeierFix a typo in a comment
2009-01-05 wmeierUse encap=WTAP_ENCAP_UNKNOWN if encap can't be determin...
2009-01-05 wmeierRework code somewhat; Fixes bug 1937 & various other...
2009-01-04 wmeierFix some indentation
2009-01-04 wmeierOops: Revert SVN #27152: There weren't actually any...
2009-01-04 wmeierFix a few minor memory leaks...
2009-01-04 wmeierMinor rewording of a few comments; fix a few typos.
2008-12-24 guyName changes to match libpcap name change of the corres...
2008-12-23 guyHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-12-22 guyMove wtap_pcap_encap_to_wtap_encap() and wtap_wtap_enca...
2008-12-20 geraldFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-12-17 guyClarify that, in the Linux USB capture format, the...
2008-11-27 stigAdded support for open TNEF files directly.
2008-11-20 jakeFrom yami:
2008-11-16 etxrabFrom Max Filippov:
2008-11-13 geraldFor libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4...
2008-10-26 sfisherPatch from bug #2986: "Fixes and enhancements in pcapng...
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2008-10-16 stigFixed a datatype to avoid a warning.
2008-10-13 martinmAllow really long lines.
2008-10-01 morrissFix for: https://bugs.wireshark.org/bugzilla/show_bug...
2008-09-29 etxrabFrom Francesco Fusco:
2008-09-19 geraldMove wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_...
2008-09-16 morrissLink libwireshark and wiretap against libwsutil. That...
2008-09-15 jakeFix for bug 2875:
2008-09-11 guySuggest why we might have at least 3 different network...
2008-09-10 guyA network type of 2 appears to be similar to a network...
2008-09-07 etxrabFrom Neil Piercy:
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-21 gerald_MSC_VERs 1400 and greater require manifests. Check...
next