aboutsummaryrefslogtreecommitdiffstats
path: root/mkcap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09From Evan Huus:etxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43617 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-09From Evan Huus:etxrab1-5/+2
Grab-bag of unused variables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7452 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43616 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlcmaynard1-1/+1
Change RTT references to SRT. (tshark.pod could use a description for -z afp,srt and -z camel,srt) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36297 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24179 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-05Further updates on mkcap.csharpe1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8612 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-05Add mkcap.c, a little utility to generate reasonable looking TCP capturesharpe1-0/+697
files for pedagogic use. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8611 f5534014-38df-0310-8fa8-9805f1628bb7