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
*
Replace tabs by spaces when editor modelines has "expandtab"
Bill Meier
2015-02-13
36
-4614
/
+4614
*
Qt: Allow shift-double-clicking on a frame link.
Gerald Combs
2015-02-13
6
-7
/
+23
*
A dissector for the RSVD Protocol (see [MS-RSVD].pdf).
Richard Sharpe
2015-02-13
5
-0
/
+655
*
Qt: Try to make some dialogs behave like windows.
Gerald Combs
2015-02-13
2
-3
/
+3
*
Register the Mongo dissector by name so it can be used with TLS.
Jeff Morriss
2015-02-13
1
-0
/
+6
*
Micro optimization, only do tvb_get_ptr() once for dst and src
AndersBroman
2015-02-13
1
-9
/
+9
*
Italian translation update
Vincenzo Reale
2015-02-13
2
-556
/
+559
*
Qt: Revert g6e88978 for main_status_bar.
Gerald Combs
2015-02-13
2
-9
/
+9
*
Qt: Make WiresharkDialog act like a window.
Gerald Combs
2015-02-13
1
-1
/
+1
*
Qt: Double clicking a packet opens the packet window.
Gerald Combs
2015-02-13
1
-0
/
+2
*
Qt: More #include → forward declarations.
Gerald Combs
2015-02-13
27
-106
/
+150
*
Qt: ElidedLabel doesn't support rich text / HTML.
Gerald Combs
2015-02-13
3
-14
/
+24
*
Try to fix compilation on OS X.
Gerald Combs
2015-02-13
1
-0
/
+1
*
Qt: Add the "new packet" window^Wdialog^Wwindow.
Gerald Combs
2015-02-12
18
-66
/
+471
*
Docbook: Don't build PDF release notes by default.
Gerald Combs
2015-02-12
1
-1
/
+3
*
WSDG: Start adding Qt material.
Gerald Combs
2015-02-12
3
-49
/
+107
*
Fix crash at startup in SSE4.2 code when running a 32 bits Windows build
Pascal Quantin
2015-02-12
8
-35
/
+33
*
BT ATT: memory given to add_new_data_source() must be allocated in pinfo scope
Pascal Quantin
2015-02-12
1
-1
/
+1
*
Gryphon: do not use col_set_str with non constant strings
Pascal Quantin
2015-02-12
1
-1
/
+1
*
nmake: Allow Cygwin path to be provided
Roland Knall
2015-02-12
1
-1
/
+3
*
[IS-IS-LSP] Add support for Prefix-SID subTLV
Anish Bhatt
2015-02-12
1
-24
/
+123
*
Support for looking for incomplete dissectors.
Dario Lombardo
2015-02-12
5
-0
/
+73
*
tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.
Guy Harris
2015-02-12
1
-3
/
+3
*
Little tuning of proto_tree_add_bytes_with_length
Michal Labedzki
2015-02-12
5
-24
/
+33
*
Revert ""Hide" hashether_t structure."
Anders Broman
2015-02-12
4
-28
/
+13
*
Revert "Make get_manuf_name return a const string."
Anders Broman
2015-02-12
6
-92
/
+51
*
Make get_manuf_name return a const string.
Michael Mann
2015-02-12
6
-51
/
+92
*
"Hide" hashether_t structure.
Michael Mann
2015-02-12
4
-13
/
+28
*
Fix SSE 4.2 checks.
Guy Harris
2015-02-11
1
-14
/
+14
*
packet-iec104: fix packet information text
Jiří Engelthaler
2015-02-11
1
-9
/
+11
*
Prevent two false positive MSVC2013 Code Analysis warnings
Bill Meier
2015-02-11
2
-3
/
+3
*
capture_dlg.c: Fix (possibly valid) "Using uninitialized memory" MSVC2013 Co...
Bill Meier
2015-02-11
1
-4
/
+4
*
Remove address_to_str_buf from hsrp dissector "heuristics" as its much faster...
Michael Mann
2015-02-11
1
-7
/
+6
*
Try to fix the debian symbols
AndersBroman
2015-02-11
1
-1
/
+1
*
Combine SSE and pre-compiled patterns for faster pbrk
Hadriel Kaplan
2015-02-11
15
-194
/
+222
*
USB: put back interface class when dissecting URB_CONTROL
Pascal Quantin
2015-02-10
2
-25
/
+29
*
Qt/C++: Change a bunch of includes to forward declarations.
Gerald Combs
2015-02-10
37
-45
/
+98
*
Remove unneeded includes from plugins folder
Martin Mathieson
2015-02-10
24
-36
/
+0
*
Add script to automatically remove includes that appear not be needed
Martin Mathieson
2015-02-10
1
-0
/
+420
*
Do not iterate over reported length when using tvb_find_line_end
Pascal Quantin
2015-02-10
16
-29
/
+27
*
IMAP: do not iterate over reported length when using tvb_find_line_end
Pascal Quantin
2015-02-10
1
-1
/
+1
*
FTAM: get rid of an evil global variable
Pascal Quantin
2015-02-10
3
-27
/
+37
*
Add a "Sum" column to the Service Response Time (SRT) window.
Kevin Grigorenko
2015-02-10
14
-14
/
+27
*
Use G_GINT64_MODIFIER when formatting g{u}int64 values.
Guy Harris
2015-02-09
1
-1
/
+1
*
(Trivial) Fix printf-related 'Mismatch on sign' warnings
Bill Meier
2015-02-09
31
-58
/
+59
*
pgsql,imap: add STARTTLS support
Peter Wu
2015-02-09
2
-20
/
+86
*
file-jpeg: Allow 'Exif' as identification in first App block, but flag as exp...
Martin Mathieson
2015-02-09
1
-5
/
+33
*
Netflow: rework how transport (port) resolution is done, adding support for SCTP
Martin Mathieson
2015-02-09
1
-24
/
+30
*
ldap: simplify Start TLS handling
Peter Wu
2015-02-09
3
-165
/
+96
*
Fix STARTTLS handling in various dissectors
Peter Wu
2015-02-09
6
-113
/
+28
[next]