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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...
Bill Meier
2014-07-11
2
-23
/
+23
*
Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."
Guy Harris
2014-07-10
1
-2
/
+2
*
See if we can get rid of the "lib" in front of "wsutil" on Windows.
Guy Harris
2014-07-09
1
-2
/
+2
*
Add back actionFileQuit.
Gerald Combs
2014-07-09
1
-0
/
+16
*
Fix a "recent items" crash.
Gerald Combs
2014-07-09
3
-23
/
+19
*
Merge capture->interfaces and capture->options
Evan Huus
2014-07-09
3
-24
/
+1
*
Wireshark Qt: Fix recent (update the list of file when quit Wireshark)
Alexis La Goutte
2014-07-09
2
-25
/
+10
*
don't print the interface description if it's null
Martin Kaiser
2014-07-08
1
-1
/
+3
*
Fix Dereference of null pointer found by Clang analyzer
Alexis La Goutte
2014-07-08
1
-25
/
+34
*
Fix Dereference of null pointer found by Clang analyzer
Alexis La Goutte
2014-07-08
1
-2
/
+3
*
Update README.qt and add todo items.
Gerald Combs
2014-07-07
1
-0
/
+1
*
Qt: Cache packet list column strings.
Gerald Combs
2014-07-07
4
-122
/
+237
*
Clean up handling of missing functions.
Guy Harris
2014-07-06
1
-1
/
+1
*
GTK: fix crash when closing Capture Options dialog box on Windows
Pascal Quantin
2014-07-06
1
-1
/
+1
*
Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2014-07-06
1
-1
/
+1
*
Add missing /
AndersBroman
2014-07-04
1
-1
/
+1
*
Fix the no-libpcap build.
Guy Harris
2014-07-04
1
-3
/
+1
*
Move utility routines for capturing into a libcaputils static library.
Guy Harris
2014-07-04
20
-118
/
+51
*
Remove accidental trailing \
Evan Huus
2014-07-04
1
-1
/
+1
*
Sort by name list of file
Alexis La Goutte
2014-07-04
1
-15
/
+16
*
Rename and move ui/stat_menu.h to epan/stat_groups.h.
Guy Harris
2014-07-03
87
-162
/
+85
*
Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.
Guy Harris
2014-07-03
2
-0
/
+8
*
Include "capture-pcap-util.h" even if we don't have libpcap.
Guy Harris
2014-07-03
2
-2
/
+4
*
Make --help and --version information a bit more uniform.
Guy Harris
2014-07-03
2
-10
/
+113
*
Regularize the help output of programs.
Guy Harris
2014-07-03
2
-13
/
+9
*
Regularize the first line of version output.
Guy Harris
2014-07-03
2
-4
/
+4
*
Manage Interfaces
Irene Ruengeler
2014-07-02
15
-15
/
+1003
*
Use G_GNUC_PRINTF() for simple_message_box().
Guy Harris
2014-07-01
1
-5
/
+1
*
Fix the QT build on Qt 5.3 or later to use the windeployqt tool
Graham Bloice
2014-07-01
1
-7
/
+16
*
Keep VS Code Analysis happy
Balint Reczey
2014-07-01
1
-1
/
+1
*
Log2() and exp2() are missing on Windows
Balint Reczey
2014-07-01
1
-1
/
+1
*
Add a comment that appears in other programs.
Guy Harris
2014-07-01
2
-0
/
+2
*
Squelch some warnings.
Guy Harris
2014-07-01
2
-5
/
+5
*
Increase space allocated for IO Graph slower after 1 million items
Balint Reczey
2014-07-01
1
-1
/
+3
*
GTK: Unlimited, dynamically allocated IO Graph
Balint Reczey
2014-07-01
1
-58
/
+44
*
Fix access to uninitialised values
Balint Reczey
2014-07-01
1
-0
/
+2
*
Reflect the move of filters.c to libui.
Guy Harris
2014-06-30
1
-0
/
+1
*
Do startup things in an order more like that of gtkshark.
Guy Harris
2014-06-30
1
-47
/
+48
*
Always set the crash information.
Guy Harris
2014-06-30
1
-1
/
+1
*
Get rid of trailing blank line.
Guy Harris
2014-06-30
1
-1
/
+0
*
Move filters.[ch] to libui.
Guy Harris
2014-06-30
7
-6
/
+704
*
Move stat_menu.h to libui.
Guy Harris
2014-06-30
87
-85
/
+162
*
Move proto_hier_stats.[ch] to libui.
Guy Harris
2014-06-30
6
-3
/
+393
*
Get rid of another unused routine.
Guy Harris
2014-06-30
1
-20
/
+0
*
Get rid of unused routine.
Guy Harris
2014-06-30
1
-33
/
+0
*
Move capture.[ch] to libui.
Guy Harris
2014-06-30
20
-16
/
+925
*
Make a routine unused outside capture_ui_utils.c static.
Guy Harris
2014-06-30
2
-10
/
+1
*
Move capture_session.h to capchild; what it declares is defined there.
Guy Harris
2014-06-30
7
-7
/
+7
*
Move capture_ui_utils.[ch] to libui.
Guy Harris
2014-06-30
19
-16
/
+732
*
clopts_common.c is now part of wsutil.
Guy Harris
2014-06-30
1
-1
/
+0
[next]