aboutsummaryrefslogtreecommitdiffstats
path: root/mkcap.c
AgeCommit message (Collapse)AuthorFilesLines
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