aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-08From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)Stephen Fisher1-0/+1
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-2/+4
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-1/+1
2009-05-12Minor cleanup of "-h" output text.Bill Meier1-23/+27
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-2/+2
2008-09-21Declare ts_sec as a time_t because that's how it's used; this avoids a warningJeff Morriss1-8/+8
2008-06-04The joys of beating header files over the head to get all the variousGuy Harris1-0/+16
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+4
2008-03-01"Read 1 potential packet, wrote 1 packet": use packet or packets as appropriateBill Meier1-2/+3
2008-02-05From Michael McCartney (bug 2246):Stig Bjørlykke1-3/+7
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2008-01-09Pavol Rusnak <stick@gk2.sk>:Jörg Mayer1-6/+9
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-8/+9
2007-09-20When -t option: Use current date or time fields for unspecified fields; Fixes...Bill Meier1-20/+29
2007-09-18If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d...Bill Meier1-30/+36
2007-09-12Output err msg if strptime fails converting input time;Bill Meier1-1/+4
2007-08-21fix usage message for -o optionRichard van der Hoff1-1/+1
2007-04-22set #ifndef __USE_XOPEN instead of only #ifndefSebastien Tandel1-1/+1
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-01"help()" really just prints a usage message; it's not a full-blown helpGuy Harris1-26/+27
2006-01-11update usage textUlf Lamping1-44/+55
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-04fix a typo in the help text.Michael Tüxen1-2/+2
2004-01-06Add some sanity checking for the "-i" argument.Guy Harris1-3/+5