aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-21This should make the Linux buildbot happy.Michael Tüxen1-1/+1
2012-12-21Address a build issue on Windows.Michael Tüxen1-2/+2
2012-12-21Build the packet to be sent completely in the buffer andMichael Tüxen1-94/+134
2012-12-18Make handling of inconsistent transport layer parameters more consistent.Michael Tüxen1-2/+11
2012-12-18Whitespace changes. Use consistent 4 space indent.Michael Tüxen1-159/+156
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-10There's no __solaris__ predefine for Solaris; just use __sun.Guy Harris1-1/+1
2012-02-24Revisit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161Jeff Morriss1-1/+3
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161 :Jeff Morriss1-7/+7
2011-10-02From Peter Fales via bug 6424:Stig Bjørlykke1-1/+7
2011-09-05From Pascal Quantin via bug 1723:Stig Bjørlykke1-43/+57
2011-09-05Change malloc -> g_malloc and free -> g_free.Stig Bjørlykke1-2/+2
2011-08-24Yet another cast.Stig Bjørlykke1-1/+1
2011-08-24Fix a warning by changing a pointer type.Stig Bjørlykke1-2/+2
2011-08-23From Jack Yu modified by Chris Maynard:Anders Broman1-4/+81
2011-08-10Test return value from fwrite(); If an error occurred then exit with a message.Bill Meier1-10/+31
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-13/+2
2011-04-05Fix a typo in the help message.Michael Tüxen1-1/+1
2011-03-30Fix a couple of typos.Chris Maynard1-2/+2
2011-03-30Wrap all text lines of help at column 80.Chris Maynard1-5/+7
2011-03-23Don't compute each checksum twice when adding dummy headers (-u, -T, -s, -S o...Bill Meier1-15/+31
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-1/+21
2010-10-19Change dummy MAC addresses so we don't get Wireshark expert message:Bill Meier1-3/+3
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-3/+3
2009-12-29From Jim Young: Include svnversion.h in capinfos and text2pcapBill Meier1-0/+1