aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-08-02Rename variable to avoid -Wshadow on mac buildbotsEvan Huus1-6/+6
2014-07-06Clean up handling of missing functions.Guy Harris1-2/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-51/+129
2014-07-03More getopt_long, to add --help and --version support.Guy Harris1-1/+10
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-7/+18
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+5
2014-03-24Enhanced text2pcap so that if direction is specified on the command line, "-D",Graham Bloice1-16/+54
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)Hadriel Kaplan1-0/+9
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-5/+5
2013-12-31Use the normal convention for exit status and output file descriptors:Bill Meier1-129/+139
2013-12-22'L' constant modifier not needed.Bill Meier1-1/+1
2013-12-20'guint32 crc_c[256]' array initializer constants should be unsigned 32bit; Re...Bill Meier1-64/+64
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-09-29Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris1-37/+37
2013-09-29We always write to a FILE *, so:Guy Harris1-6/+6
2013-09-06The 'a' option doesn't take an argument. Fix bug introduced by r49964.Chris Maynard1-1/+1
2013-07-29In the comments for pcap_link_type, point toGuy Harris1-2/+2
2013-06-25From Dirk Jagdmann: Use a guint32 for IPv4 addresses. Fixes compilationGerald Combs1-2/+2
2013-06-21AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSDStephen Fisher1-0/+4
2013-06-18Fix compile error:Jörg Mayer1-1/+3
2013-06-16Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann1-8/+164
2013-04-05Don't forget to move the trailing '\0'.Michael Tüxen1-1/+2
2013-04-04As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009...Chris Maynard1-22/+37
2013-03-20[-Wmissing-prototypes]Anders Broman1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+1
2013-01-23Usage formatting changes:Chris Maynard1-15/+15
2013-01-03Cleanup error handling when processing preamble.Michael Tüxen1-16/+11
2013-01-03Don't try to process timestamp without the format beingMichael Tüxen1-0/+5
2013-01-02Fix indentation.Michael Tüxen1-4/+4
2013-01-02Also print number of bytes written.Michael Tüxen1-2/+3
2013-01-02Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann1-8/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-68/+68
2012-12-25Add support for -D option. The preamble will start withMichael Tüxen1-3/+36
2012-12-25Remove current version of -D option, because:Michael Tüxen1-11/+1
2012-12-25Add some debug output regarding preamble processing.Michael Tüxen1-4/+7
2012-12-25Clear preamble if no timespec is given.Michael Tüxen1-1/+4
2012-12-25Add support of -m option for SCTP.Michael Tüxen1-12/+23
2012-12-25Fix SCTP packet generation if DATA chunk headers needMichael Tüxen1-11/+18
2012-12-25Fix bugs I introduced. NowMichael Tüxen1-6/+6
2012-12-25Improve description.Michael Tüxen1-1/+1
2012-12-23Add support for writing per packet comments when using pcapng.Michael Tüxen1-0/+1
2012-12-23When using pcapng, provide input file name as comment.Michael Tüxen1-3/+4
2012-12-22Specifiy time resolution explicitly.Michael Tüxen1-1/+1
2012-12-22Fix timestamp computation when using pcapng.Michael Tüxen1-2/+2
2012-12-22Add support for writing pcap-ng files by specifying -n as an option.Michael Tüxen1-9/+89
2012-12-21Fix a warning on Windows.Michael Tüxen1-1/+1
2012-12-21Use pcapio routines. This concludes the preperation forMichael Tüxen1-30/+16