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
*
Define the SHA-1 digest length in wsutil/sha1.h and use it.
Guy Harris
2015-05-09
10
-61
/
+60
*
Make option_content a guint8 *.
Guy Harris
2015-05-09
1
-39
/
+49
*
ICMP: Fix Logically dead code (CID 1295678)
Alexis La Goutte
2015-05-09
1
-5
/
+5
*
PCEP: Update to last draft
Francesco Fondelli
2015-05-09
1
-13
/
+14
*
Rename a variable to avoid a collision with the C++ keyword "template".
Guy Harris
2015-05-09
1
-15
/
+15
*
SSL: fix dissection of CertificateStatus message with OCSP_MULTI
Jamil Nimeh
2015-05-09
1
-3
/
+5
*
Eliminate a couple of empty Diameter grouped AVP lists.
Jeff Morriss
2015-05-09
3
-4
/
+15
*
RRC: add domain and release cause information to the INFO column.
Martin Mathieson
2015-05-09
2
-20
/
+35
*
Fix some more constants to be unsigned.
Guy Harris
2015-05-09
5
-72
/
+72
*
Fix definition of tnef_open().
Guy Harris
2015-05-09
1
-1
/
+1
*
Make everything unsigned.
Guy Harris
2015-05-09
1
-1
/
+1
*
Keep everything unsigned there.
Guy Harris
2015-05-09
1
-1
/
+1
*
Add some more warnings when building with Sun^WOracle's C compiler.
Guy Harris
2015-05-08
1
-0
/
+7
*
Fix indentation.
Guy Harris
2015-05-08
1
-7
/
+7
*
airpdcap: ensure that buffer put on stack is big enough to hold the result of...
Pascal Quantin
2015-05-08
1
-2
/
+2
*
GTPv2: fix unused parameter 'pinfo' warning
Pascal Quantin
2015-05-08
1
-1
/
+1
*
[GTPv2] Add dissection of Throttling IE.
AndersBroman
2015-05-08
1
-1
/
+35
*
epan/nghttp2/nghttp2_net.h no longer exists, so don't list it.
Guy Harris
2015-05-08
1
-1
/
+0
*
A NULL is needed at the end of the argument list for g_object_set().
Guy Harris
2015-05-08
1
-1
/
+1
*
Recent files: Disable mnemonic accelerator key for menu item
Jiří Engelthaler
2015-05-08
1
-0
/
+8
*
Expert Info dialog.
Gerald Combs
2015-05-08
24
-19
/
+1033
*
nghttp2: use g_ntoh[ls], g_hton[ls] from glib
Alexis La Goutte
2015-05-08
3
-97
/
+12
*
IEEE 802.11: 802.1X (WPA-EAP) rekeying support
deagol
2015-05-08
8
-182
/
+131
*
Use the correct AVP type in a couple of places: IPAddress instead of Address.
Jeff Morriss
2015-05-08
1
-2
/
+2
*
Fix several Starent enums that didn't have codes.
Jeff Morriss
2015-05-08
1
-22
/
+22
*
Add Float32 and Float64 types to the Diameter dictionary.
Jeff Morriss
2015-05-08
1
-0
/
+14
*
Update the Diameter DTD to reflect the fact that vendors are no longer defined
Jeff Morriss
2015-05-08
1
-4
/
+4
*
Fix Starent vendor definition: it's not an empty element.
Jeff Morriss
2015-05-08
1
-1
/
+1
*
Allow empty-element Diameter Applications and use that format.
Jeff Morriss
2015-05-08
7
-114
/
+117
*
ftypes: display 64 bits BASE_HEX fields as hexadecimal
Pascal Quantin
2015-05-07
1
-2
/
+14
*
Qt: Fix packet list column resizing.
Gerald Combs
2015-05-07
4
-14
/
+29
*
fix FT_INT64 fields output in tshark
Moeller, Thies
2015-05-07
1
-4
/
+4
*
SIGCOMP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2015-05-07
1
-2
/
+0
*
Revert "QCustomPlot: fix division(or modulo) by zero found by Clang and Cover...
Alexis La Goutte
2015-05-07
1
-6
/
+2
*
packet-iec104: make object number filterable if SQ flag is set
Jiří Engelthaler
2015-05-07
1
-0
/
+3
*
Fix detection of 'Write Multiple Registers' and 'Write Multiple Coils' functi...
cbontje
2015-05-07
1
-15
/
+43
*
Reduce proto_tree_add_text calls in packet-sigcomp.c
Michael Mann
2015-05-07
1
-467
/
+493
*
fix FT_UINT64 fields output in tshark
Moeller, Thies
2015-05-07
2
-19
/
+20
*
Need to generate hf_ variable for aliases in structs.
Michael Mann
2015-05-07
1
-1
/
+2
*
Remove proto_tree_add_text from idl2wrs generation.
Michael Mann
2015-05-07
3
-27
/
+42
*
Update the 3GPP list of Experimental-Result-Code values.
Jeff Morriss
2015-05-07
1
-6
/
+68
*
Add/clarify some comments about how the Experimental-Result-Code AVP is handled.
Jeff Morriss
2015-05-06
2
-12
/
+27
*
Have global_capture_opts if we either have pcap or extcap.
Guy Harris
2015-05-06
1
-1
/
+1
*
Fix some --without-pcap build problems.
Guy Harris
2015-05-06
3
-3
/
+7
*
PIM: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Alexis La Goutte
2015-05-06
1
-3
/
+12
*
WildPackets → Savvius.
Gerald Combs
2015-05-06
9
-24
/
+24
*
[Thrift] Fix a copy-paste-o and add dissecton of T_BYTE
AndersBroman
2015-05-06
1
-2
/
+13
*
GTPv2 : fix unused parameter 'tree' [-Werror=unused-parameter]
Alexis La Goutte
2015-05-06
1
-1
/
+2
*
[GTPv2] Add dissetion of IE Overload Control Information and Metric.
AndersBroman
2015-05-06
1
-12
/
+88
*
THRIFT: Fix Mac Buildbot
Alexis La Goutte
2015-05-06
1
-12
/
+12
[next]