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
/
file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This ain't C++; you have to put "void" in as the argument list of
Guy Harris
2011-05-17
1
-2
/
+2
*
Removal of the old packet-list in favor of the new packet list.
Sake Blok
2011-03-08
1
-18
/
+2
*
From Cal Turney:
Anders Broman
2011-01-31
1
-0
/
+19
*
Doxygen fixes.
Anders Broman
2010-08-26
1
-5
/
+3
*
Instead of using a Boolean for the search direction, use an enum, so
Guy Harris
2010-08-13
1
-22
/
+68
*
Add cf_fake_continue_tail() which is called when real-time capture
Gerald Combs
2010-05-27
1
-32
/
+39
*
From Jakub Zawadzki:
Anders Broman
2010-05-26
1
-0
/
+7
*
Keep a copy of the interface description and capture filter around so that
Gerald Combs
2010-04-01
1
-0
/
+18
*
Introduce "Ignore Packet" in the packet list.
Stig Bjørlykke
2009-12-17
1
-0
/
+16
*
From Valerio Messina:
Jaap Keuter
2009-12-14
1
-6
/
+7
*
Some minor corrections in function descriptions
Sake Blok
2009-08-30
1
-1
/
+5
*
Compute the loading time and show it in the main status bar.
Anders Broman
2009-08-28
1
-0
/
+1
*
Fix setting of new time format.
Anders Broman
2009-07-28
1
-0
/
+7
*
Have tap listeners specify whether the "packet" routine requires
Guy Harris
2009-06-05
1
-2
/
+1
*
(Trivial) Fix some spelling & etc in comments
Bill Meier
2009-04-08
1
-1
/
+1
*
add a -K command line option to provide the name of the kerberos keytab
Ronnie Sahlberg
2008-10-03
1
-0
/
+4
*
Have separate callback mechanisms in file.c and capture.c; pass the
Guy Harris
2008-06-24
1
-13
/
+0
*
Again, the err_info returned from wtap_read() and wtap_seek_read() is a
Guy Harris
2008-05-30
1
-2
/
+2
*
From Francesco Fondelli (bug 2349):
Stig Bjørlykke
2008-03-11
1
-0
/
+9
*
match declaration of cf_continue_tail() with implementation
Ulf Lamping
2007-03-22
1
-1
/
+1
*
Don't enable "Save As" if you don't have an unsaved live capture file
Guy Harris
2007-03-14
1
-0
/
+9
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
show the number of packets captured, if "Update list of packets ..." isn't used
Ulf Lamping
2006-01-22
1
-1
/
+10
*
add two new callbacks:
Ulf Lamping
2005-09-20
1
-0
/
+2
*
added compression support for capture file output. The Save/As dialog now has...
Ulf Lamping
2005-09-14
1
-1
/
+2
*
Have cf_retap_packets() take an argument that indicates whether to
Guy Harris
2005-09-14
1
-1
/
+2
*
the capture child might not respond shortly after bringing it up (especially ...
Ulf Lamping
2005-05-25
1
-0
/
+1
*
statusbar changes:
Ulf Lamping
2005-04-18
1
-1
/
+2
*
various capture code cleanup and fixes:
Ulf Lamping
2005-04-11
1
-1
/
+0
*
fix statusbar messages by splitting into update and fixed messages between ca...
Ulf Lamping
2005-04-10
1
-2
/
+4
*
a lot more capture engine code cleanup
Ulf Lamping
2005-03-28
1
-0
/
+5
*
from Stefano Pettini: add CSV export function, similar to PSML export
Ulf Lamping
2005-03-11
1
-0
/
+9
*
Another step towards using the parent/child mode for ALL captures.
Ulf Lamping
2005-02-28
1
-0
/
+16
*
Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output
Guy Harris
2005-02-17
1
-4
/
+4
*
fix a capture bug if the capture filter wasn't valid to get back to "empty" s...
Ulf Lamping
2005-02-08
1
-0
/
+1
*
Make Ethereal and Tethereal compile if we're building without libpcap.
Guy Harris
2005-02-07
1
-0
/
+2
*
Move the code to set the title on a window when a capture is in progress
Guy Harris
2005-02-07
1
-0
/
+3
*
Declare "cf_callback_t" before using it in a further declaration.
Guy Harris
2005-02-07
1
-1
/
+1
*
Instead of calling each single thing when doing/finish a file operation, file...
Ulf Lamping
2005-02-07
1
-0
/
+23
*
another two steps towards privilege seperation:
Ulf Lamping
2005-02-06
1
-17
/
+1
*
fix a comment
Ulf Lamping
2005-02-05
1
-1
/
+1
*
minor enhancements to Guy's last update
Ulf Lamping
2005-02-05
1
-4
/
+6
*
Put "cf_status_t" back.
Guy Harris
2005-02-05
1
-13
/
+18
*
make some string parameters const, as they are not changed inside
Ulf Lamping
2005-02-05
1
-4
/
+4
*
Instead of having a single enumerated type for status return values from
Guy Harris
2005-02-04
1
-28
/
+33
*
huge cleanup of capture file API (functions in file.c/file.h).
Ulf Lamping
2005-02-04
1
-61
/
+337
*
remove #include "globals.h" and access to global cfile, use access functions ...
Ulf Lamping
2005-02-04
1
-0
/
+1
*
remove #include "globals.h" and access to global cfile, use access functions ...
Ulf Lamping
2005-02-04
1
-0
/
+2
*
(some) redesign of capture data structures.
Ulf Lamping
2005-02-04
1
-0
/
+4
*
"gtk_entry_get_text()" returns a "const char *" - assign the result to
Guy Harris
2004-12-31
1
-1
/
+1
[next]