The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / mkcap.c @ master

History | View | Annotate | Download (18 KB)

# Date Author Comment
29659139 03/04/2014 09:27 AM Alexis La Goutte

Remove all $Id$ from top of file

(Using sed : sed -i '/^ \* \$Id\$/,+1 d')

Fix manually some typo (in export_object_dicom.c and crc16-plain.c)

Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
Reviewed-on: https://code.wireshark.org/review/497
Reviewed-by: Anders Broman <>

11b5c15f 02/25/2014 03:46 PM Bill Meier

Remove trailing whitespace

Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0
Reviewed-on: https://code.wireshark.org/review/385
Reviewed-by: Bill Meier <>
Tested-by: Bill Meier <>

45e9efc6 07/08/2012 09:56 PM Anders Broman

From Evan Huus:
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...

1ae38887 07/08/2012 09:49 PM Anders Broman

From Evan Huus:
Grab-bag of unused variables.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7452

svn path=/trunk/; revision=43616

bf81b42e 06/28/2012 06:56 PM Jakub Zawadzki

Update Free Software Foundation address.

(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536

feb1d468 03/23/2011 04:00 PM Chris Maynard

From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.html
Change RTT references to SRT.
(tshark.pod could use a description for -z afp,srt and -z camel,srt)

svn path=/trunk/; revision=36297

11a9f57c 01/24/2008 02:09 PM Stig Bjørlykke

Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.

svn path=/trunk/; revision=24179

8a8b8834 07/17/2004 08:24 PM Guy Harris

Set the svn:eol-style property on all text files to "native", so that
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...

6ab786f2 10/05/2003 10:58 AM Richard Sharpe

Further updates on mkcap.c

svn path=/trunk/; revision=8612

db59657f 10/05/2003 01:04 AM Richard Sharpe

Add mkcap.c, a little utility to generate reasonable looking TCP capture
files for pedagogic use.

svn path=/trunk/; revision=8611