aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a warning on Windows.Michael Tüxen2012-12-211-1/+1
* Use pcapio routines. This concludes the preperation forMichael Tüxen2012-12-211-30/+16
* This should make the Linux buildbot happy.Michael Tüxen2012-12-211-1/+1
* Address a build issue on Windows.Michael Tüxen2012-12-211-2/+2
* Build the packet to be sent completely in the buffer andMichael Tüxen2012-12-211-94/+134
* Make handling of inconsistent transport layer parameters more consistent.Michael Tüxen2012-12-181-2/+11
* Whitespace changes. Use consistent 4 space indent.Michael Tüxen2012-12-181-159/+156
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* There's no __solaris__ predefine for Solaris; just use __sun.Guy Harris2012-04-101-1/+1
* Revisit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161Jeff Morriss2012-02-241-1/+3
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161 :Jeff Morriss2011-10-211-7/+7
* From Peter Fales via bug 6424:Stig Bjørlykke2011-10-021-1/+7
* From Pascal Quantin via bug 1723:Stig Bjørlykke2011-09-051-43/+57
* Change malloc -> g_malloc and free -> g_free.Stig Bjørlykke2011-09-051-2/+2
* Yet another cast.Stig Bjørlykke2011-08-241-1/+1
* Fix a warning by changing a pointer type.Stig Bjørlykke2011-08-241-2/+2
* From Jack Yu modified by Chris Maynard:Anders Broman2011-08-231-4/+81
* Test return value from fwrite(); If an error occurred then exit with a message.Bill Meier2011-08-101-10/+31
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-2/+2
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-241-13/+2
* Fix a typo in the help message.Michael Tüxen2011-04-051-1/+1
* Fix a couple of typos.Chris Maynard2011-03-301-2/+2
* Wrap all text lines of help at column 80.Chris Maynard2011-03-301-5/+7
* Don't compute each checksum twice when adding dummy headers (-u, -T, -s, -S o...Bill Meier2011-03-231-15/+31
* On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs2011-01-061-1/+21
* Change dummy MAC addresses so we don't get Wireshark expert message:Bill Meier2010-10-191-3/+3
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-3/+3
* From Jim Young: Include svnversion.h in capinfos and text2pcapBill Meier2009-12-291-0/+1
* From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)Stephen Fisher2009-12-081-0/+1
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-2/+4
* Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs2009-07-221-1/+1
* Minor cleanup of "-h" output text.Bill Meier2009-05-121-23/+27
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-2/+2
* Declare ts_sec as a time_t because that's how it's used; this avoids a warningJeff Morriss2008-09-211-8/+8
* The joys of beating header files over the head to get all the variousGuy Harris2008-06-041-0/+16
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-3/+3
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-131-4/+4
* "Read 1 potential packet, wrote 1 packet": use packet or packets as appropriateBill Meier2008-03-011-2/+3
* From Michael McCartney (bug 2246):Stig Bjørlykke2008-02-051-3/+7
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+2
* Pavol Rusnak <stick@gk2.sk>:Jörg Mayer2008-01-091-6/+9
* A few more s/fopen/eth_fopen/Jeff Morriss2007-10-161-8/+9
* When -t option: Use current date or time fields for unspecified fields; Fixes...Bill Meier2007-09-201-20/+29
* If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d...Bill Meier2007-09-181-30/+36
* Output err msg if strptime fails converting input time;Bill Meier2007-09-121-1/+4
* fix usage message for -o optionRichard van der Hoff2007-08-211-1/+1
* set #ifndef __USE_XOPEN instead of only #ifndefSebastien Tandel2007-04-221-1/+1
* Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer2007-04-221-2/+5