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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wsutil/file_util.h is needed here.
Jeff Morriss
2012-06-28
1
-0
/
+2
*
Move if_list_comparator_alph() to iface_lists.c; it's used in several
Guy Harris
2012-06-28
6
-21
/
+23
*
If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if we
Guy Harris
2012-06-28
1
-0
/
+2
*
get_interface_type() contains no GUI code, so just move it up to
Guy Harris
2012-06-28
3
-124
/
+130
*
capture_get_if_icon() is no longer platform-dependent; the
Guy Harris
2012-06-28
1
-8
/
+0
*
No pcap, no interfaces to monitor.
Guy Harris
2012-06-28
1
-0
/
+4
*
<wsutil/file_util.h> is needed on Windows.
Guy Harris
2012-06-28
1
-0
/
+2
*
Make more routines static.
Guy Harris
2012-06-28
2
-6
/
+4
*
Make some routines static to ui/gtk/capture_dlg.c; they're not used
Guy Harris
2012-06-28
2
-24
/
+29
*
Constify the "string to return if not found" argument to
Guy Harris
2012-06-28
2
-15
/
+9
*
<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as it
Guy Harris
2012-06-28
2
-2
/
+2
*
Get rid of a couple of tabs.
Guy Harris
2012-06-28
1
-2
/
+2
*
Move the stuff to manage the global interface list and to update
Guy Harris
2012-06-28
11
-500
/
+582
*
No pcap, no interfaces to monitor.
Guy Harris
2012-06-28
4
-1
/
+17
*
From Pontus Fuchs:
Guy Harris
2012-06-28
10
-1
/
+358
*
Update some refresh_interfaces_cb() calls appropriately.
Guy Harris
2012-06-28
1
-4
/
+8
*
Comment/#ifdef out a currently-unused variable.
Guy Harris
2012-06-28
1
-1
/
+3
*
Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windows
Guy Harris
2012-06-28
3
-437
/
+425
*
Detangle the code that manages the interface list on the welcome screen:
Guy Harris
2012-06-28
8
-132
/
+132
*
No pcap, no interfaces, no interface lists to refresh.
Guy Harris
2012-06-28
2
-0
/
+4
*
From Pontus Fuchs:
Guy Harris
2012-06-28
7
-94
/
+180
*
Rename the GArray of interfaces "if_array", to indicate what it really
Guy Harris
2012-06-27
1
-23
/
+24
*
Commit file which should have been part of SVN #43506
Bill Meier
2012-06-27
1
-6
/
+36
*
Prettify display of O_RDONLY and O_ACCMODE flags
Pascal Quantin
2012-06-27
1
-17
/
+28
*
Fix compiler warning: "format not a string literal and no format arguments"
Bill Meier
2012-06-27
1
-2
/
+2
*
Don't show (essentially meaningless) numeric values of the expert codes.
Bill Meier
2012-06-27
1
-2
/
+5
*
Fix for "predefined values sometimes missing in Display Filter Expression win...
Bill Meier
2012-06-27
1
-2
/
+4
*
From Jakub Zawadzki: Fix "typeahead search broken in Display Filter Expressio...
Bill Meier
2012-06-27
1
-38
/
+4
*
From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414
Alexis La Goutte
2012-06-27
1
-0
/
+4
*
Don't supply a fallback error message for pcap_open() unless it actually
Guy Harris
2012-06-27
1
-6
/
+9
*
General cleanup:
Bill Meier
2012-06-26
1
-1604
/
+1607
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7406 :
Jeff Morriss
2012-06-26
1
-0
/
+5
*
Display expert codes in hexadecimal (less painful for my eyes :))
Pascal Quantin
2012-06-26
1
-2
/
+2
*
Validate 'offset' before calling proto_item_set_end(); prevents potential 'Di...
Bill Meier
2012-06-26
1
-0
/
+4
*
From Richard Sharpe:
Bill Meier
2012-06-26
1
-5
/
+5
*
Have the toolbar "Save" button just be a "Save" button, working the same
Guy Harris
2012-06-26
1
-60
/
+12
*
Don't let the user set the frequency or channel when we don't HAVE_PCAP;
Jeff Morriss
2012-06-25
1
-0
/
+10
*
From Michal Labedzki:
Anders Broman
2012-06-25
1
-11
/
+29
*
From Michal Labedzki:
Anders Broman
2012-06-25
1
-23
/
+22
*
From Michal Labedzki:
Anders Broman
2012-06-25
1
-36
/
+164
*
Revert 43481: linking dftest against libui was not the problem.
Jeff Morriss
2012-06-25
5
-44
/
+41
*
Set SVN properties.
Jeff Morriss
2012-06-25
0
-0
/
+0
*
Get rid of a couple of unused variables and parameters.
Jeff Morriss
2012-06-25
1
-3
/
+2
*
From Martin Kaiser:
Anders Broman
2012-06-25
8
-10
/
+210
*
From Michael Mann:
Anders Broman
2012-06-25
11
-138
/
+165
*
Tighten up validity checking when doing reassembly.
Bill Meier
2012-06-25
1
-13
/
+10
*
From Tony Trinh:
Anders Broman
2012-06-25
13
-27
/
+27
*
Move get_args_as_string from ui/util.c into wsutil (maybe not to the best
Jeff Morriss
2012-06-25
5
-41
/
+44
*
From Tony Trinh:
Anders Broman
2012-06-25
1
-17
/
+26
*
From Tony Trinh:
Anders Broman
2012-06-25
11
-59
/
+103
[next]