Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.
[metze/wireshark/wip.git] / wiretap /
2009-06-26 Michael Tüxen* Allocate enough memory for reading a packet.
2009-06-24 Jaap KeuterFrom Duncan Salerno:
2009-06-22 Michael TüxenImprove heuristic for packetlogger file format detection.
2009-06-22 Michael TüxenAdd protection code to avoid crashed when .erf files
2009-06-18 Michael TüxenFix for bug 3539: Address as signess issue for fcs_len.
2009-06-17 Michael TüxenClean up a comment.
2009-06-16 Michael TüxenWhitespace cleanups.
2009-06-16 Stig BjørlykkeSupport per packet dumping in wtap_encap_string() and...
2009-06-15 Gerald CombsFrom Ben Winslow via bug 3535:
2009-06-15 Jörg MayerRename all of the ascend files:
2009-06-15 Michael TüxenFix bug reported by Stig: per packet encapsulation for
2009-06-11 Michael TüxenWhen writing pcapng files use correct interface index
2009-06-04 Bill MeierFix Windows build warning:
2009-06-02 Stig BjørlykkeOptimized check if file is a nstrace file.
2009-06-02 Guy HarrisWhen doing a seek-and-read, don't check the packet...
2009-06-02 Graeme LuntBetter heuristics for detecting BER encoded file, espec...
2009-06-02 Stig BjørlykkeCorrected nspm_signature_version() again.
2009-06-02 Stig BjørlykkeAvoid infinite loop in nspm_signature_version().
2009-06-02 Guy HarrisNo newlines in the additional-error-information string...
2009-06-01 Stig BjørlykkeTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 Stig BjørlykkeAdding casts, take 3.
2009-06-01 Stig BjørlykkeAdding casts, take 2.
2009-06-01 Stig BjørlykkeAdded/Changed some more casts to build.
2009-06-01 Stig BjørlykkeAdded some casts to remove some warnings.
2009-06-01 Stig BjørlykkeFrom Ravi Kondamuru via bug 3457:
2009-05-31 Stephen FisherChange my e-mail address
2009-05-29 Jörg MayerResume work on CMake for Wireshark. Finally found and...
2009-05-25 Sake BlokFix for bug 3469:
2009-05-25 Stig BjørlykkeAdded missing daintree-sna.h to Makefile.
2009-05-24 Stig BjørlykkeFrom Fred Fierling (bug 3486):
2009-05-22 Michael TüxenFrom Aaron Turner: Use wtap_wtap_encap_to_pcap_encap...
2009-05-22 Gerald CombsFrom Kovarththanan Rajaratnam via bug 2680:
2009-05-21 Gerald CombsFrom Kovarththanan Rajaratnam via bug 2676:
2009-05-05 Michael TüxenOne more debug output.
2009-05-03 Michael TüxenUse a dynamic glib array instead of a static C array for
2009-05-03 Michael TüxenAdd support for multiple IDBs. They can used different...
2009-05-03 Michael TüxenImprove handling of if_tsresol option.
2009-05-03 Michael TüxenUse WTAP_FILE_TSPREC_NSEC as tsprecision. This makes...
2009-05-03 Michael TüxenRemove code that should have been removed by my last...
2009-05-03 Michael TüxenUse WTAP_ENCAP_PER_PACKET. This is an intermediate...
2009-05-02 Michael TüxenWhitespace change.
2009-05-02 Michael TüxenFix the handling of non PB/EPB blocks after the initial...
2009-04-27 Guy Harrispcap_to_wtap_map is not used outside wiretap/pcap-commo...
2009-04-27 Guy HarrisNettl format != libpcap format && nettl format != pcap...
2009-04-27 Guy HarrisMove pseudo-header routines from libpcap.c to pcap...
2009-04-27 Michael TüxenUse named constant.
2009-04-27 Guy HarrisHave the libpcap and pcap-NG code share the LINKTYPE_...
2009-04-26 Michael TüxenClean up some comments I forgot to remove.
2009-04-26 Guy HarrisDon't do pointer casting - some version of GCC complain...
2009-04-25 Guy HarrisThere's no guarantee that "ll" is the right modifier...
2009-04-25 Michael Tüxen- add support for interface statistic block
2009-04-24 Bill Meiervms.c: undo an incorrect const committed in SVN #28144.
2009-04-24 Bill Meier[Trivial] Constify a few things
2009-04-24 Stig BjørlykkeImproved reading Apple's PacketLogger files:
2009-04-23 Stig BjørlykkeAdded PacketLogger to dump_open_table_base to be able...
2009-04-22 Guy HarrisMore file-offset fixes.
2009-04-22 Guy Harrisssize_t is UN*X-only; don't use it.
2009-04-22 Guy HarrisLLP64 fix.
2009-04-22 Guy HarrisSigned vs. unsigned fix.
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-04-08 Gerald CombsDisable warnings-as-errors for Flex-generated output...
2009-03-31 Gerald CombsAdd a check to make sure we don't try to allocate a...
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki:
2009-03-11 Gerald CombsFlex doesn't generate LLP64-compilable output. For...
2009-03-10 Gerald CombsAnother iteration of 64-bit-support-by-successive-appro...
2009-03-10 Gerald Combsng_file_read and SnifferDecompress need to be able...
2009-03-09 Gerald CombsMore 64-bit fixes.
2009-03-09 Gerald CombsConvert a bunch of ints to size_t in ngsniffer.c, and...
2009-03-09 Gerald CombsP64 fixes.
2009-03-08 Bill MeierChange a a remaining eth_fopen to ws_fopen (used only...
2009-03-07 Guy HarrisMore P64 changes.
2009-03-07 Guy HarrisMore P64 changes.
2009-03-07 Guy HarrisMore P64 changes.
2009-03-07 Guy HarrisMore P64 changes.
2009-03-07 Guy HarrisSquelch warnings - none of those strings will be so...
2009-03-07 Guy HarrisMore P64 stuff.
2009-03-07 Guy HarrisSome LLP64 work to get rid of warnings for Win64; this...
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).
next