index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
From beroset:
Bill Meier
2013-03-20
1
-1
/
+1
*
From Balint:
Gerald Combs
2013-03-07
1
-3
/
+12
*
Use explicit casts.
Anders Broman
2013-03-05
1
-2
/
+2
*
When any of our executables start on Windows create or open a "Wireshark
Gerald Combs
2013-02-20
1
-0
/
+2
*
Previous commit put a little too much of the README.developer boilerplate in...
Jeff Morriss
2013-01-14
1
-6
/
+0
*
In response to http://ask.wireshark.org/questions/17660/licence-of-editcap
Jeff Morriss
2013-01-14
1
-2
/
+28
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :
Pascal Quantin
2013-01-04
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-7
/
+7
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-1
/
+1
*
From Jim Young:
Anders Broman
2012-10-15
1
-1
/
+3
*
From Bill Parker:
Anders Broman
2012-10-09
1
-1
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Make count variable in editcap unsigned, fixes more format string
Evan Huus
2012-09-09
1
-1
/
+1
*
Fix a copy+paste error ('capinfos' appearing in error string).
Martin Mathieson
2012-07-16
1
-1
/
+1
*
Try to fix pcap-ng - most files created by editcap -c have no IDB
Anders Broman
2012-06-15
1
-9
/
+10
*
Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...
Jeff Morriss
2012-03-14
1
-1
/
+4
*
From Jose Pedro Oliveira:
Anders Broman
2012-03-13
1
-1
/
+3
*
A modified version of "pcapng: shd_userappl in newly created files"
Anders Broman
2012-03-13
1
-0
/
+5
*
Free idb_inf and shb_hdr when done.
Anders Broman
2012-03-12
1
-0
/
+2
*
Use wtap_dump_open_ng(), so we preserve all the interfaces in pcap-NG
Guy Harris
2012-03-03
1
-2
/
+7
*
Revert SVN #40866 (which used g_fprintf() in place of fprintf()).
Bill Meier
2012-02-24
1
-140
/
+141
*
From Alexander Koeppe:
Anders Broman
2012-02-05
1
-141
/
+140
*
From Michael Mann:
Anders Broman
2012-01-23
1
-1
/
+1
*
Rename crypt-xxx to xxx
Jörg Mayer
2012-01-15
1
-1
/
+1
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-2
/
+2
*
When reporting "sorry, *this* packet can't be written to a file of that
Guy Harris
2011-11-19
1
-2
/
+19
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :
Jeff Morriss
2011-08-09
1
-3
/
+1
*
Remove the snaplen check added in r37633: the change in r37634 makes it
Jeff Morriss
2011-07-21
1
-6
/
+0
*
Don't sanity-check snaplen against frame length if snaplen is 0.
Martin Mathieson
2011-07-20
1
-1
/
+1
*
Prohibited APIs: strncpy -> g_strlcpy.
Stig Bjørlykke
2011-06-23
1
-1
/
+1
*
Have mergecap, tshark, and editcap write pcap-ng files by default. This
Gerald Combs
2011-06-20
1
-1
/
+5
*
See if this squelches some compiler warnings.
Guy Harris
2011-06-15
1
-2
/
+2
*
Simplify timestamp checking: only check the packet's timestamp if
Jeff Morriss
2011-06-09
1
-4
/
+10
*
Handle snaplen before choplen for consistency. Also, if chopping more bytes
Chris Maynard
2011-05-31
1
-10
/
+13
*
When a snaplen is specified using "-s <snaplen", if it's smaller than the
Chris Maynard
2011-05-31
1
-21
/
+24
*
Move the Windows argument list conversion code to a common routine.
Gerald Combs
2011-05-24
1
-17
/
+5
*
Don't bother to strcpy() an empty string; just set buf[0] = '\0': Coverity 626
Chris Maynard
2011-04-12
1
-1
/
+1
*
From Jason Masker (bug 5240):
Sake Blok
2011-02-04
1
-10
/
+16
*
On Windows, convert all of our command-line arguments from UTF-16 to
Gerald Combs
2011-01-06
1
-0
/
+18
*
Fix various typos and spelling errors.
Bill Meier
2010-12-06
1
-1
/
+1
*
Attempt to fix warnings not previously seen with VS2008EE.
Chris Maynard
2010-11-24
1
-5
/
+8
*
When listing encapsulation types with -T or file types with -F, sort them.
Chris Maynard
2010-11-24
1
-8
/
+39
*
Make editcap -B work like expected: output no packets after the stop time.
Sake Blok
2010-11-16
1
-4
/
+4
*
From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi...
Jeff Morriss
2010-11-01
1
-10
/
+10
*
Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().
Gerald Combs
2010-09-16
1
-7
/
+7
*
Fix a gcc -Wshadow warning
Bill Meier
2010-06-03
1
-13
/
+13
*
From Jim Young via bug 4331:
Gerald Combs
2010-06-02
1
-2
/
+154
*
Move some code (including the optional objects) into libwsutil
Jeff Morriss
2010-05-28
1
-7
/
+7
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-29
1
-28
/
+28
*
Make edticap behave like the rest of the Wireshark programs where it will
Stephen Fisher
2009-12-29
1
-64
/
+71
[next]