aboutsummaryrefslogtreecommitdiffstats
path: root/mkcap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09From Evan Huus:Anders Broman1-1/+1
Fix leaks - don't g_strdup a string just to use it in a g_strdup_printf - clean up properly in error cases in lua bindings - misc. other missing g_free() calls - one missing fclose() in the new 80211_utils https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7454 svn path=/trunk/; revision=43617
2012-07-09From Evan Huus:Anders Broman1-5/+2
Grab-bag of unused variables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7452 svn path=/trunk/; revision=43616
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-03-23From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard1-1/+1
Change RTT references to SRT. (tshark.pod could use a description for -z afp,srt and -z camel,srt) svn path=/trunk/; revision=36297
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=24179
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-10-05Further updates on mkcap.cRichard Sharpe1-1/+1
svn path=/trunk/; revision=8612
2003-10-05Add mkcap.c, a little utility to generate reasonable looking TCP captureRichard Sharpe1-0/+697
files for pedagogic use. svn path=/trunk/; revision=8611