aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Fix a typo in the help message.tuexen1-1/+1
2011-03-30Fix a couple of typos.cmaynard1-2/+2
2011-03-30Wrap all text lines of help at column 80.cmaynard1-5/+7
2011-03-23Don't compute each checksum twice when adding dummy headers (-u, -T, -s, -S o...wmeier1-15/+31
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-1/+21
2010-10-19Change dummy MAC addresses so we don't get Wireshark expert message:wmeier1-3/+3
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-3/+3
2009-12-29From Jim Young: Include svnversion.h in capinfos and text2pcapwmeier1-0/+1
2009-12-08From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)sfisher1-0/+1
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-2/+4
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asgerald1-1/+1
2009-05-12Minor cleanup of "-h" output text.wmeier1-23/+27
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-2/+2
2008-09-21Declare ts_sec as a time_t because that's how it's used; this avoids a warningmorriss1-8/+8
2008-06-04The joys of beating header files over the head to get all the variousguy1-0/+16
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-3/+3
2008-05-13Fix some of the Errors/warnings detected by checkapi.etxrab1-4/+4
2008-03-01"Read 1 potential packet, wrote 1 packet": use packet or packets as appropriatewmeier1-2/+3
2008-02-05From Michael McCartney (bug 2246):stig1-3/+7
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-2/+2
2008-01-09Pavol Rusnak <stick@gk2.sk>:jmayer1-6/+9
2007-10-16A few more s/fopen/eth_fopen/morriss1-8/+9
2007-09-20When -t option: Use current date or time fields for unspecified fields; Fixes...wmeier1-20/+29
2007-09-18If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d...wmeier1-30/+36
2007-09-12Output err msg if strptime fails converting input time;wmeier1-1/+4
2007-08-21fix usage message for -o optionrichardv1-1/+1
2007-04-22set #ifndef __USE_XOPEN instead of only #ifndefstandel1-1/+1
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasjmayer1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-3/+3
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsulfl1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-01"help()" really just prints a usage message; it's not a full-blown helpguy1-26/+27
2006-01-11update usage textulfl1-44/+55
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-04fix a typo in the help text.tuexen1-2/+2
2004-01-06Add some sanity checking for the "-i" argument.guy1-3/+5
2004-01-05removed some MSVC warnings (level 3)ulfl1-4/+4
2003-12-21Compiling with -pedantic:jmayer1-2/+2
2003-04-27From Matthijs Melchior:guy1-24/+130
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inguy1-2/+2
2002-10-17Don't use "unsigned long" when you mean "unsigned 32-bit integer", asguy1-59/+59
2002-10-10Increase addr outside of macrojmayer1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-132/+132
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-30/+18
2002-07-21"yyin" is from lex/flex, so it should be "extern", not "static" - weguy1-15/+19
2002-07-15From Joerg Mayer:guy1-10/+9
2002-06-30From Joerg Mayer: add some missing static declarations.guy1-41/+41