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 include io.h in Flex scanners - they're not interactive.
Guy Harris
2015-11-06
1
-1
/
+1
*
Qt: Check for a sane window geometry.
Gerald Combs
2015-11-05
3
-5
/
+33
*
Get rid of ws80211_frequency_to_channel().
Guy Harris
2015-11-05
2
-3
/
+6
*
Refactor DCE/RPC dissection to include a real dissector table.
Michael Mann
2015-11-04
5
-24
/
+27
*
Activate word wrap for hintLabel defined as QLabel
Pascal Quantin
2015-11-04
18
-0
/
+59
*
One more file that now needs wsutil/str_util.h for plurality().
Guy Harris
2015-11-04
1
-1
/
+1
*
Don't include "file.h" if you don't need it.
Guy Harris
2015-11-04
6
-2
/
+7
*
Qt: Turn off WindowModified when closing a file.
Stig Bjørlykke
2015-11-03
1
-0
/
+1
*
[Qt recent files menu] make sure that the "Clear Menu" item is retranslated
Martin Kaiser
2015-11-03
1
-0
/
+2
*
funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]
Alexis La Goutte
2015-11-02
1
-1
/
+1
*
Disable RTP player debug logs that were presumably left activated by mistake
Pascal Quantin
2015-11-01
1
-1
/
+1
*
[Automatic update for 2015-11-01]
Gerald Combs
2015-11-01
13
-5626
/
+6079
*
Qt: do not draw sequence analysis items with a display status set to false
Pascal Quantin
2015-11-01
1
-8
/
+10
*
VoIP Calls: fix SIP calls state
Pascal Quantin
2015-11-01
1
-2
/
+0
*
voip_calls.c: add missing tap_draw callback to taps asking for a redraw
Pascal Quantin
2015-11-01
1
-22
/
+200
*
Update the taskbar icon when we start a capture.
Gerald Combs
2015-10-29
2
-0
/
+6
*
Qt: Allow Expert Information retapping.
Gerald Combs
2015-10-29
2
-21
/
+39
*
Qt: Add the ability to add filter expressions.
Gerald Combs
2015-10-29
11
-9
/
+397
*
Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.
Guy Harris
2015-10-29
1
-0
/
+2
*
"Color dissector filters" are just filters.
Guy Harris
2015-10-29
2
-86
/
+72
*
Qt: initialize all UAT fields when creating a new line
Pascal Quantin
2015-10-28
1
-1
/
+8
*
Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.
Guy Harris
2015-10-28
1
-2
/
+3
*
Add preferences for related packets and the scroll bar minimap.
Gerald Combs
2015-10-27
3
-12
/
+35
*
Qt: Add a filter expression item to the display filter edit menu.
Gerald Combs
2015-10-27
6
-4
/
+17
*
Add jitter logic to RtpAudioStream.
Gerald Combs
2015-10-27
6
-45
/
+354
*
Qt: Protect against unintentional "no capture file" window status
Michal Labedzki
2015-10-27
19
-6
/
+45
*
Convert SIP statistics to the stat tap API.
Gerald Combs
2015-10-27
5
-708
/
+1
*
Replace all "dissector filter" registrations with "dissector color filter" re...
Michael Mann
2015-10-27
1
-12
/
+13
*
Only store frame number and not a pointer to frame_data structure in seq_anal...
Pascal Quantin
2015-10-26
12
-42
/
+45
*
Qt: fix memory leaks in VoIP calls window
Pascal Quantin
2015-10-26
2
-8
/
+10
*
Don't use the non-existent decoded data if decode_rtp_packet() returns 0.
Guy Harris
2015-10-26
1
-3
/
+4
*
Allocate h245_labels when we initialize the h245dg tap.
Guy Harris
2015-10-26
1
-0
/
+6
*
[Automatic update for 2015-10-25]
Gerald Combs
2015-10-25
13
-2397
/
+3210
*
RLC Graph: call replot() with rpQueued to avoid lag caused by trying to draw ...
Martin Mathieson
2015-10-24
1
-8
/
+10
*
More ADDRESS macro to address function conversions.
Gerald Combs
2015-10-24
2
-15
/
+15
*
Qt: Explicitly set the byte view painter font.
Gerald Combs
2015-10-23
1
-2
/
+1
*
Fix some copy+pasted tooltip text.
Gerald Combs
2015-10-23
2
-6
/
+6
*
Pass --verbose to windeployqt.
Gerald Combs
2015-10-22
1
-1
/
+1
*
qt: remove leak
Dario Lombardo
2015-10-22
1
-1
/
+5
*
Use address functions instead of ADDRESS macros in ui.
Gerald Combs
2015-10-22
35
-210
/
+210
*
RtpAudioStream: Add a cast.
Gerald Combs
2015-10-21
1
-1
/
+1
*
Qt: Wire up the RTP Streams "Analyze" button.
Gerald Combs
2015-10-21
4
-177
/
+271
*
LTE RLC Graph: fix CID 1328485: Uninitialized members (UNINIT_CTOR)
Martin Mathieson
2015-10-21
1
-1
/
+2
*
Split RTP player tapping, decoding, and plotting.
Gerald Combs
2015-10-21
7
-123
/
+165
*
LTE RLC graph: Only enable graph buttons for directions with data
Martin Mathieson
2015-10-21
1
-4
/
+18
*
LTE dialogs: tidy up some loose ends
Martin Mathieson
2015-10-20
10
-56
/
+96
*
Qt: fix time shift
Gerald Combs
2015-10-19
7
-7
/
+37
*
Add a margin to the main statusbar layout.
Gerald Combs
2015-10-19
1
-3
/
+4
*
RLC LTE graph: allow switching between zoom and drag, and place limits on each
Martin Mathieson
2015-10-19
3
-21
/
+232
*
Eliminate unused method arguments and class members.
Guy Harris
2015-10-19
1
-12
/
+6
[next]