Only say we have a new resolved MAC address if it's actually *new*.
[metze/wireshark/wip.git] / text2pcap.c
2016-02-19 João ValverdeAdd inet_pton/inet_ntop interface to libwsutil
2016-02-13 João ValverdeJust #include wsutil/inet_aton.h
2016-02-13 Joerg MayerFix an indentation to get rid of
2015-12-21 Guy HarrisDon't write out statistics if we don't have any.
2015-12-21 Alexis La Gouttetext2pcap: fix There are identical sub-expressions...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-02-20 Gerald CombsSuppress a bunch of cast-qual warnings.
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-01-03 Guy HarrisUse get_ws_vcs_version() to generate the version string.
2015-01-02 Pascal QuantinAdd back "version.h" inclusion
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-28 Guy HarrisDon't check the same character twice in a row, check...
2014-12-25 Guy HarrisOnly include <wsutil/os_version_info.h> if we need it.
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-09-28 Guy HarrisSupport nanosecond-resolution time stamps when writing...
2014-08-30 Guy HarrisRemove some unnecessary definitions.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-08-02 Evan HuusRename variable to avoid -Wshadow on mac buildbots
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-07-03 Guy HarrisMake --help and --version information a bit more uniform.
2014-07-03 Guy HarrisMore getopt_long, to add --help and --version support.
2014-06-21 Jeff MorrissAdd command-line argument to request the version to...
2014-04-14 Alexis La GoutteFix Argument with 'nonnull' attribute passed null found...
2014-03-24 Graham BloiceEnhanced text2pcap so that if direction is specified...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-02 Hadriel KaplanFix text2pcap.c: Argument with 'nonnull' attribute...
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2013-12-31 Bill MeierUse the normal convention for exit status and output...
2013-12-22 Bill Meier'L' constant modifier not needed.
2013-12-20 Bill Meier'guint32 crc_c[256]' array initializer constants should...
2013-10-05 Jörg MayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
2013-09-29 Guy HarrisRename routines that write pcap-ng files to "pcapng_xxx...
2013-09-29 Guy HarrisWe always write to a FILE *, so:
2013-09-06 Chris MaynardThe 'a' option doesn't take an argument. Fix bug intro...
2013-07-29 Guy HarrisIn the comments for pcap_link_type, point to
2013-06-25 Gerald CombsFrom Dirk Jagdmann: Use a guint32 for IPv4 addresses...
2013-06-21 Stephen FisherAF_INET and AF_INET6 undefined in textpcap.c when compi...
2013-06-18 Jörg MayerFix compile error:
2013-06-16 Michael MannPrepend custom Destination IP and Source IP (ipv4 or...
2013-04-05 Michael TüxenDon't forget to move the trailing '\0'.
2013-04-04 Chris MaynardAs forewarned at wireshark.org/lists/wireshark-dev...
2013-03-20 Anders Broman[-Wmissing-prototypes]
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-23 Chris MaynardUsage formatting changes:
2013-01-03 Michael TüxenCleanup error handling when processing preamble.
2013-01-03 Michael TüxenDon't try to process timestamp without the format being
2013-01-02 Michael TüxenFix indentation.
2013-01-02 Michael TüxenAlso print number of bytes written.
2013-01-02 Michael MannAllow pcap/pcapng format to be written to more than...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-25 Michael TüxenAdd support for -D option. The preamble will start...
2012-12-25 Michael TüxenRemove current version of -D option, because:
2012-12-25 Michael TüxenAdd some debug output regarding preamble processing.
2012-12-25 Michael TüxenClear preamble if no timespec is given.
2012-12-25 Michael TüxenAdd support of -m option for SCTP.
2012-12-25 Michael TüxenFix SCTP packet generation if DATA chunk headers need
2012-12-25 Michael TüxenFix bugs I introduced. Now
2012-12-25 Michael TüxenImprove description.
2012-12-23 Michael TüxenAdd support for writing per packet comments when using...
2012-12-23 Michael TüxenWhen using pcapng, provide input file name as comment.
2012-12-22 Michael TüxenSpecifiy time resolution explicitly.
2012-12-22 Michael TüxenFix timestamp computation when using pcapng.
2012-12-22 Michael TüxenAdd support for writing pcap-ng files by specifying...
2012-12-21 Michael TüxenFix a warning on Windows.
2012-12-21 Michael TüxenUse pcapio routines. This concludes the preperation for
2012-12-21 Michael TüxenThis should make the Linux buildbot happy.
2012-12-21 Michael TüxenAddress a build issue on Windows.
2012-12-21 Michael TüxenBuild the packet to be sent completely in the buffer and
2012-12-18 Michael TüxenMake handling of inconsistent transport layer parameter...
2012-12-18 Michael TüxenWhitespace changes. Use consistent 4 space indent.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-10 Guy HarrisThere's no __solaris__ predefine for Solaris; just...
2012-02-24 Jeff MorrissRevisit https://bugs.wireshark.org/bugzilla/show_bug...
2011-10-21 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-02 Stig BjørlykkeFrom Peter Fales via bug 6424:
2011-09-05 Stig BjørlykkeFrom Pascal Quantin via bug 1723:
2011-09-05 Stig BjørlykkeChange malloc -> g_malloc and free -> g_free.
2011-08-24 Stig BjørlykkeYet another cast.
2011-08-24 Stig BjørlykkeFix a warning by changing a pointer type.
2011-08-23 Anders BromanFrom Jack Yu modified by Chris Maynard:
2011-08-10 Bill MeierTest return value from fwrite(); If an error occurred...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-05 Michael TüxenFix a typo in the help message.
2011-03-30 Chris MaynardFix a couple of typos.
2011-03-30 Chris MaynardWrap all text lines of help at column 80.
2011-03-23 Bill MeierDon't compute each checksum twice when adding dummy...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-10-19 Bill MeierChange dummy MAC addresses so we don't get Wireshark...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2009-12-29 Bill MeierFrom Jim Young: Include svnversion.h in capinfos and...
2009-12-08 Stephen FisherFrom Jakub Zawadzki via bug #4289: (Fix for) Frame...
next