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
*
Don't create About window when Wireshark Qt start
Alexis La Goutte
2014-01-08
2
-7
/
+6
*
Coverity 280335, 280336
Martin Kaiser
2014-01-08
1
-2
/
+4
*
Coverity 280334
Martin Kaiser
2014-01-08
1
-1
/
+2
*
Remove svn:executable attribute.
Jakub Zawadzki
2014-01-07
2
-0
/
+0
*
include config.h at the top of the file.
Jörg Mayer
2014-01-07
2
-2
/
+5
*
Fix indent (use 4 spaces)
Alexis La Goutte
2014-01-05
1
-22
/
+22
*
Fix indent (use 4 spaces)
Alexis La Goutte
2014-01-05
1
-19
/
+19
*
Enhance NSIS Windows installer (Wireshark Qt support)
Alexis La Goutte
2014-01-05
2
-109
/
+135
*
Add tooltips for the total number of streams.
Gerald Combs
2014-01-04
3
-8
/
+21
*
Update NEWS and Release note
Alexis La Goutte
2014-01-03
1
-10
/
+6
*
It is AUTHORS-SHORT.txt in Windows
Alexis La Goutte
2014-01-02
2
-18
/
+24
*
Fix wireshark-qt startup coredump under autofoo and Windows: make cmake's
Jeff Morriss
2014-01-02
1
-8
/
+2
*
Add About window for Wireshark Qt
Alexis La Goutte
2014-01-02
10
-6
/
+680
*
Fix icon in top of Wireshark Qt main window
Alexis La Goutte
2014-01-02
1
-14
/
+5
*
Fix indent always use tab
Alexis La Goutte
2014-01-02
1
-215
/
+215
*
Move tcap and camel "persistent data" functionality to the dissectors themsel...
Michael Mann
2013-12-30
4
-4
/
+4
*
Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.
Bill Meier
2013-12-30
1
-5
/
+5
*
Make arrow down/ up work in gtk again.
Jakub Zawadzki
2013-12-29
1
-1
/
+1
*
add ssl detection to proto_get_frame_protocols()
Martin Kaiser
2013-12-24
7
-7
/
+7
*
From Ville Skyttä: Spelling Fixes
Bill Meier
2013-12-23
25
-36
/
+37
*
Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...
Michael Mann
2013-12-23
1
-1
/
+1
*
Avoid including definition of column_info structure in dissectors.
Jakub Zawadzki
2013-12-22
1
-0
/
+1
*
Argh, fix include.
Jakub Zawadzki
2013-12-21
1
-1
/
+1
*
fix warnings.
Jakub Zawadzki
2013-12-21
4
-1
/
+5
*
missing include
Jakub Zawadzki
2013-12-21
1
-0
/
+1
*
fix some warnings.
Jakub Zawadzki
2013-12-21
2
-10
/
+8
*
Add missing includes
Jakub Zawadzki
2013-12-21
4
-0
/
+5
*
ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()
Jakub Zawadzki
2013-12-21
1
-2
/
+2
*
isascii(x) && isprint(x) -> g_ascii_isprint(x)
Jakub Zawadzki
2013-12-21
1
-2
/
+2
*
Drop isprint.h use g_ascii_isprint() when this include hack was enabled.
Jakub Zawadzki
2013-12-21
4
-13
/
+6
*
Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)
Jakub Zawadzki
2013-12-20
1
-1
/
+1
*
nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
Bill Meier
2013-12-20
1
-26
/
+29
*
Replace one more g_memmove with memmove, add a cast to make the Lua stuff
Evan Huus
2013-12-20
1
-1
/
+1
*
Rename more to_str functions to have ep_ in the name if they return ephemeral
Evan Huus
2013-12-19
1
-1
/
+1
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
2
-3
/
+3
*
Remove unneeded #include epan/dissectors/packet-scsi.h
Alexis La Goutte
2013-12-18
3
-3
/
+0
*
Add 'Filter Association' to context menu in packet list.
Irene Rüngeler
2013-12-18
11
-11
/
+49
*
Ignore the first line of the chunk statistics file.
Irene Rüngeler
2013-12-18
2
-21
/
+8
*
Translate a little leftover German to English.
Jeff Morriss
2013-12-18
1
-3
/
+3
*
Make Ubuntu Buildbot happy
Alexis La Goutte
2013-12-17
1
-1
/
+1
*
Fix preprocessor macro and indentation.
Evan Huus
2013-12-17
1
-2
/
+2
*
Fix indent (use 4 spaces) and add modelines
Alexis La Goutte
2013-12-17
1
-1310
/
+1322
*
Make translatable ready SCTP Graph for Qt
Alexis La Goutte
2013-12-17
5
-50
/
+50
*
Find the right frame when plottable was clicked.
Irene Rüngeler
2013-12-17
4
-35
/
+59
*
Fill the chunk statistics. Read line with fgets instead of getline.
Irene Rüngeler
2013-12-17
1
-16
/
+8
*
Add the header files only once.
Irene Rüngeler
2013-12-17
1
-6
/
+0
*
Fix alignment issue in GTK2 flowgraph "packet choice" window.
Bill Meier
2013-12-16
1
-6
/
+24
*
Fix warning found by doxygen
Alexis La Goutte
2013-12-15
5
-5
/
+16
*
Fix some const/ not const warnings.
Jakub Zawadzki
2013-12-15
9
-19
/
+17
*
Create/use several extended value-strings;
Bill Meier
2013-12-14
1
-6
/
+29
[next]