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
/
capinfos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call setlocale() before getting version information.
Guy Harris
2015-01-01
1
-3
/
+3
*
Do the full string in get_{compiled,runtime}_version_info().
Guy Harris
2014-12-31
1
-6
/
+4
*
Move the version_info.c stuff to wsutil/ws_version_info.c.
Guy Harris
2014-12-31
1
-2
/
+0
*
Only include <wsutil/os_version_info.h> if we need it.
Guy Harris
2014-12-25
1
-1
/
+0
*
Check for getopt_long(), not getopt().
Guy Harris
2014-12-25
1
-1
/
+1
*
Move twelve show_version() functions from the varoius programs and
Stephen Fisher
2014-12-24
1
-16
/
+1
*
Make sure err_info is always set, and print it iff it's non-null.
Guy Harris
2014-12-18
1
-20
/
+10
*
WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.
Guy Harris
2014-12-18
1
-4
/
+0
*
Handle "I can't map this for that file format" better.
Guy Harris
2014-12-18
1
-0
/
+2
*
Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.
Guy Harris
2014-12-17
1
-2
/
+2
*
Clean up the "unknown per-packet encapsulation" message.
Guy Harris
2014-12-17
1
-1
/
+2
*
Report (and free) err_info for WTAP_ERR_DECOMPRESS.
Guy Harris
2014-09-20
1
-0
/
+1
*
Clean up capinfos output.
Guy Harris
2014-08-24
1
-2
/
+2
*
Modify includes of config.h so that out-of-tree builds, i.e. CMake
Graham Bloice
2014-08-24
1
-1
/
+1
*
Fix whitespace/indentation to match editor modelines.
Bill Meier
2014-08-05
1
-1
/
+1
*
Make --help and --version information a bit more uniform.
Guy Harris
2014-07-03
1
-26
/
+74
*
More getopt_long, to add --help and --version support.
Guy Harris
2014-07-03
1
-1
/
+10
*
Fix compile error when building w/o GNUTLS
Bill Meier
2014-06-29
1
-1
/
+1
*
Add command-line argument to request the version to a number of the utilities.
Jeff Morriss
2014-06-21
1
-5
/
+16
*
Allow wtap_read() and wtap_seek_read() to return records other than packets.
Guy Harris
2014-05-24
1
-19
/
+21
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-45
/
+42
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-42
/
+45
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-9
/
+9
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-9
/
+9
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Wireshark: Add option to choose format type of capture file
Michal Labedzki
2014-02-25
1
-1
/
+2
*
Replace "svn" with "git" all over the place.
Gerald Combs
2014-02-07
1
-3
/
+3
*
Drop support of Visual Studio 2005
Alexis La Goutte
2014-01-26
1
-9
/
+1
*
For getopt() arg processing:
Bill Meier
2014-01-02
1
-95
/
+100
*
Move most of the plugin code from epan to wsutil and remove all
Guy Harris
2013-12-02
1
-14
/
+13
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-2
/
+2
*
nstime_to_sec() and capinfos secs_nsecs() seems to be same.
Jakub Zawadzki
2013-11-09
1
-7
/
+1
*
Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.
Jakub Zawadzki
2013-11-09
1
-1
/
+1
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-3
/
+3
*
Print informations even on short reads. Bug 9310 (https://bugs.wireshark.org...
Michael Mann
2013-10-22
1
-4
/
+13
*
Trivial: Fix typo.
Chris Maynard
2013-07-29
1
-1
/
+1
*
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...
Jeff Morriss
2013-07-15
1
-2
/
+1
*
disable printing of all infos when USE_GOPTION is set and
Martin Kaiser
2013-04-13
1
-1
/
+5
*
TABs -> spaces
Martin Kaiser
2013-04-13
1
-201
/
+214
*
add a cast to make capinfos compile when USE_GOPTION is defined
Martin Kaiser
2013-04-13
1
-1
/
+1
*
capinfos -k displays the capture comment (from the shb)
Martin Kaiser
2013-04-13
1
-1
/
+46
*
From Balint:
Gerald Combs
2013-03-07
1
-0
/
+13
*
Use explicit casts.
Anders Broman
2013-03-05
1
-1
/
+1
*
str_util.c: Although the glib documentation doesn't explicitly say so,
Gerald Combs
2013-02-28
1
-0
/
+5
*
Try to fix compilation on Windows.
Gerald Combs
2013-02-26
1
-3
/
+3
*
Print human-readable statistics by default. Raw values can be printed
Gerald Combs
2013-02-26
1
-11
/
+72
*
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
Martin Kaiser
2013-02-21
1
-1
/
+1
*
When any of our executables start on Windows create or open a "Wireshark
Gerald Combs
2013-02-20
1
-3
/
+4
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :
Pascal Quantin
2013-01-04
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
[next]