aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Support nanosecond-resolution time stamps when writing pcap-ng files.Guy Harris2014-09-281-23/+27
* Remove some unnecessary definitions.Guy Harris2014-08-301-20/+0
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-1/+1
* Rename variable to avoid -Wshadow on mac buildbotsEvan Huus2014-08-021-6/+6
* Clean up handling of missing functions.Guy Harris2014-07-061-2/+2
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-51/+129
* More getopt_long, to add --help and --version support.Guy Harris2014-07-031-1/+10
* Add command-line argument to request the version to a number of the utilities.Jeff Morriss2014-06-211-7/+18
* Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte2014-04-141-0/+5
* Enhanced text2pcap so that if direction is specified on the command line, "-D",Graham Bloice2014-03-241-16/+54
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)Hadriel Kaplan2014-03-021-0/+9
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-5/+5
* Use the normal convention for exit status and output file descriptors:Bill Meier2013-12-311-129/+139
* 'L' constant modifier not needed.Bill Meier2013-12-221-1/+1
* 'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Re...Bill Meier2013-12-201-64/+64
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-1/+1
* Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris2013-09-291-37/+37
* We always write to a FILE *, so:Guy Harris2013-09-291-6/+6
* The 'a' option doesn't take an argument. Fix bug introduced by r49964.Chris Maynard2013-09-061-1/+1
* In the comments for pcap_link_type, point toGuy Harris2013-07-291-2/+2
* From Dirk Jagdmann: Use a guint32 for IPv4 addresses. Fixes compilationGerald Combs2013-06-251-2/+2
* AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSDStephen Fisher2013-06-211-0/+4
* Fix compile error:Jörg Mayer2013-06-181-1/+3
* Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann2013-06-161-8/+164
* Don't forget to move the trailing '\0'.Michael Tüxen2013-04-051-1/+2
* As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009...Chris Maynard2013-04-041-22/+37
* [-Wmissing-prototypes]Anders Broman2013-03-201-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+1
* Usage formatting changes:Chris Maynard2013-01-231-15/+15
* Cleanup error handling when processing preamble.Michael Tüxen2013-01-031-16/+11
* Don't try to process timestamp without the format beingMichael Tüxen2013-01-031-0/+5
* Fix indentation.Michael Tüxen2013-01-021-4/+4
* Also print number of bytes written.Michael Tüxen2013-01-021-2/+3
* Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann2013-01-021-8/+8
* Fix a bunch of warnings.Guy Harris2012-12-261-68/+68
* Add support for -D option. The preamble will start withMichael Tüxen2012-12-251-3/+36
* Remove current version of -D option, because:Michael Tüxen2012-12-251-11/+1
* Add some debug output regarding preamble processing.Michael Tüxen2012-12-251-4/+7
* Clear preamble if no timespec is given.Michael Tüxen2012-12-251-1/+4
* Add support of -m option for SCTP.Michael Tüxen2012-12-251-12/+23
* Fix SCTP packet generation if DATA chunk headers needMichael Tüxen2012-12-251-11/+18
* Fix bugs I introduced. NowMichael Tüxen2012-12-251-6/+6
* Improve description.Michael Tüxen2012-12-251-1/+1
* Add support for writing per packet comments when using pcapng.Michael Tüxen2012-12-231-0/+1
* When using pcapng, provide input file name as comment.Michael Tüxen2012-12-231-3/+4
* Specifiy time resolution explicitly.Michael Tüxen2012-12-221-1/+1
* Fix timestamp computation when using pcapng.Michael Tüxen2012-12-221-2/+2
* Add support for writing pcap-ng files by specifying -n as an option.Michael Tüxen2012-12-221-9/+89