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
/
tshark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes in order to remove exceptions.h from proto.h (next commit).
Jakub Zawadzki
2013-11-10
1
-0
/
+2
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-18
/
+21
*
Add support for displaying dates as year and day-of-year (1-origin).
Guy Harris
2013-11-06
1
-9
/
+21
*
Display the frame number on the packet summary line if it's one of the config...
Chris Maynard
2013-10-25
1
-15
/
+0
*
tshark: use epan_dissect_reset()
Jakub Zawadzki
2013-10-20
1
-84
/
+120
*
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272
Chris Maynard
2013-10-15
1
-18
/
+23
*
Micro-optimize print_columns(): replace g_snprintf() & g_strlcat() with memcp...
Jakub Zawadzki
2013-10-15
1
-22
/
+53
*
Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...
Jeff Morriss
2013-10-10
1
-0
/
+1
*
Make column "filter name" prefixed with _ws. to be the same as other "*shark ...
Michael Mann
2013-10-09
1
-1
/
+1
*
Fix one small memory leak.
Evan Huus
2013-09-04
1
-0
/
+2
*
Fully deprecate read filter (-R) without two-pass (-2). It does exactly the same
Evan Huus
2013-08-28
1
-16
/
+12
*
Output a warning about kernel BPF JIT compiler beeing activated.
Anders Broman
2013-08-23
1
-0
/
+8
*
Move a brace outside an #ifdef, it was confusing vim's folding.
Evan Huus
2013-08-22
1
-2
/
+3
*
Don't look at packet or byte limits during the second pass of two-pass analysis.
Evan Huus
2013-08-22
1
-12
/
+0
*
I guess Solaris's getopt_long() "struct option" declaration doesn't have
Guy Harris
2013-08-14
1
-1
/
+1
*
As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033
Evan Huus
2013-08-13
1
-0
/
+1
*
Don't print the packet counter when capturing if we're also printing
Guy Harris
2013-08-09
1
-13
/
+33
*
Now that we're using getopt_long(), and have some options available only
Guy Harris
2013-08-02
1
-1
/
+2
*
fix buildbot error on OSX-10.6-x64
Martin Kaiser
2013-08-01
1
-0
/
+1
*
pass --capture-comment from tshark to dumpcap
Martin Kaiser
2013-08-01
1
-0
/
+15
*
add --capture-comment to tshark's print_usage() function
Martin Kaiser
2013-08-01
1
-0
/
+3
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-0
/
+1
*
add --capture-comment to tshark
Martin Kaiser
2013-08-01
1
-2
/
+10
*
use getopt_long() in tshark
Martin Kaiser
2013-08-01
1
-1
/
+5
*
simplify argument checking for tshark
Martin Kaiser
2013-08-01
1
-13
/
+9
*
Make some functions not used outside tshark.c static.
Guy Harris
2013-07-23
1
-2
/
+2
*
Abuse epan_t more: add callback to get interface name.
Jakub Zawadzki
2013-07-22
1
-0
/
+1
*
Replace relative timestamp with reference frame number. Saves 16B per frame.
Jakub Zawadzki
2013-07-21
1
-5
/
+21
*
Add helper function to epan_session which can be used to get absolute timesta...
Jakub Zawadzki
2013-07-21
1
-5
/
+36
*
Some work on multi file dissection
Jakub Zawadzki
2013-07-21
1
-11
/
+9
*
Move the print modules into epan.
Jeff Morriss
2013-07-12
1
-2
/
+2
*
Move disabled_protos.{h,c} into epan.
Jeff Morriss
2013-07-12
1
-1
/
+1
*
packet dissection now takes pointer to tvb instead of guint8 data
Jakub Zawadzki
2013-07-11
1
-3
/
+4
*
From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :
Jeff Morriss
2013-07-08
1
-3
/
+4
*
Fix the last remnant of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8160
Evan Huus
2013-07-06
1
-5
/
+8
*
get main_window_update out of the way... pass an update_cb to the capture_syn...
Luis Ontanon
2013-06-27
1
-10
/
+3
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-7
/
+9
*
Allow tshark to read a pcap file and either save it as a new pcap file or for...
Chris Maynard
2013-06-05
1
-3
/
+7
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :
Jeff Morriss
2013-05-24
1
-1
/
+7
*
No capture options if no libpcap.
Guy Harris
2013-05-22
1
-1
/
+1
*
AAAAAArgh. The capture_input_new_XXX routines are called from
Guy Harris
2013-05-22
1
-3
/
+4
*
Another Win32-only fix.
Guy Harris
2013-05-22
1
-1
/
+1
*
Pull the capture-session state information out of capture_opts and put
Guy Harris
2013-05-22
1
-19
/
+23
*
Rename capture_opts_trim_iface() to
Guy Harris
2013-05-22
1
-3
/
+3
*
Send the output of the -D and -L options to the standard output rather
Guy Harris
2013-04-25
1
-21
/
+0
*
Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.
Chris Maynard
2013-04-05
1
-10
/
+3
*
Update -2, -R and -Y to behave consistently as per the concensus reached on
Evan Huus
2013-03-30
1
-92
/
+38
*
From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223
Evan Huus
2013-03-27
1
-23
/
+126
*
From beroset:
Bill Meier
2013-03-20
1
-6
/
+6
*
Fix the leaking of packet comments, i.e. the rest of
Evan Huus
2013-03-15
1
-2
/
+2
[next]