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
/
rawshark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stats_tree: plug a memory leak.
Guy Harris
2020-05-03
1
-1
/
+2
*
Remove unwanted newline.
Guy Harris
2020-03-15
1
-1
/
+1
*
Don't use dladdr() to get a pathname for the current executable().
Guy Harris
2018-10-08
1
-1
/
+1
*
Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.
Guy Harris
2018-10-08
1
-7
/
+4
*
Use wsetargv.obj, and wmain() rather than main(), on Windows.
Guy Harris
2018-10-07
1
-3
/
+22
*
*shark: Update help and manpage for name resolving
Uli Heilmeier
2018-10-06
1
-1
/
+1
*
rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wd...
Alexis La Goutte
2018-02-22
1
-1
/
+0
*
We don't do taps in rawshark, so there are no taps to start.
Guy Harris
2018-02-18
1
-5
/
+0
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-27
/
+29
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...
Pascal Quantin
2018-01-09
1
-1
/
+1
*
extcap: remove conditional compilation.
Dario Lombardo
2018-01-08
1
-4
/
+0
*
Have the frame_tvbuff.c routines not use the global cfile.
Guy Harris
2017-12-08
1
-1
/
+3
*
Hand the packet provider functions to epan_new().
Guy Harris
2017-12-08
1
-9
/
+8
*
Move the frame_set stuff back into the capture_file structure.
Guy Harris
2017-12-08
1
-20
/
+19
*
Move the parts of a capture_file used by libwireshark to a new structure.
Guy Harris
2017-12-04
1
-19
/
+19
*
Use cfile fields for some frame_data pointers.
Guy Harris
2017-12-04
1
-19
/
+17
*
Use cfile.h to define the capture_file type.
Guy Harris
2017-12-03
1
-1
/
+1
*
Get rid of some void pointers.
Gerald Combs
2017-12-01
1
-2
/
+2
*
Move the protocol registration routines back into libwireshark
João Valverde
2017-11-21
1
-1
/
+1
*
Start using SPDX license identifiers.
Gerald Combs
2017-11-09
1
-13
/
+1
*
Rename "ws_version_info.h", also .c
João Valverde
2017-09-26
1
-1
/
+1
*
Docbook: Automatically generate the tools help output.
Gerald Combs
2017-09-25
1
-1
/
+1
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-4
/
+3
*
Report syntax errors in UAT prefs parsing
Peter Wu
2017-05-26
1
-3
/
+11
*
Add common routines for command-line libwiretap error reporting.
Guy Harris
2017-04-20
1
-33
/
+2
*
Squelch some compiler warnings.
Guy Harris
2017-04-15
1
-3
/
+3
*
Remove some unused code.
Guy Harris
2017-04-14
1
-11
/
+3
*
Rename routines to clarify what they do.
Guy Harris
2017-04-12
1
-1
/
+1
*
Pull all the "load settings" calls into a epan_load_settings() routine.
Guy Harris
2017-04-09
1
-7
/
+2
*
Pull the error-reporting code for preference files into read_prefs().
Guy Harris
2017-04-09
1
-27
/
+1
*
Pull the code to save enabled/disabled lists into libwireshark.
Guy Harris
2017-04-09
1
-1
/
+1
*
Clean up handling of enabled/disabled protocols/heuristic dissectors.
Guy Harris
2017-04-08
1
-56
/
+28
*
rawshark: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.
Michael Mann
2017-03-28
1
-2
/
+3
*
Check for return value of WSAStartup on all executables.
Michael Mann
2017-03-27
1
-1
/
+7
*
Rawshark: Try to avoid a VC runtime crash.
Gerald Combs
2017-02-17
1
-5
/
+22
*
rawshark: add initializer.
Dario Lombardo
2017-02-14
1
-1
/
+1
*
wiretap: add cleanup routine.
Dario Lombardo
2017-02-14
1
-39
/
+51
*
Make the capture file's interface description filterable
Jim Young
2017-02-09
1
-0
/
+1
*
rawshark: fix err code.
Dario Lombardo
2017-02-06
1
-0
/
+2
*
Rawshark: Add a memory limit (-m) option.
Gianluca Borello
2017-02-02
1
-1
/
+23
*
Add enabled protocol list for dissectors who are disabled by default
Michael Mann
2016-12-24
1
-0
/
+3
*
Clean up initialization code for programs.
Guy Harris
2016-12-05
1
-1
/
+2
*
Rawshark uses libwiretap, so it has to call wtap_init().
Guy Harris
2016-12-04
1
-0
/
+2
*
fix some compilation issues without extcap.
Dario Lombardo
2016-09-12
1
-1
/
+8
*
extcap: fix use-after-free for preferences
Peter Wu
2016-09-11
1
-12
/
+4
*
extcap: Restore functionality for options
Roland Knall
2016-07-29
1
-0
/
+16
*
Fix printf style parameters complaints from VS Code Analysis
Michael Mann
2016-07-17
1
-1
/
+1
*
pcap: Add support to "new" Npcap native mode without setting PATH
Yang Luo
2016-06-21
1
-0
/
+1
*
Revert "tap: change glib functions to wmem."
Pascal Quantin
2016-06-19
1
-3
/
+3
[next]