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
*
Build 1.12.9.
wireshark-1.12.9
v1.12.9
Gerald Combs
2015-12-29
6
-82
/
+1829
*
Prep for 1.12.9.
Gerald Combs
2015-12-28
1
-4
/
+180
*
[Automatic update for 2015-12-27]
Gerald Combs
2015-12-27
3
-18
/
+259
*
[mp2t] adaptation_field_control for NULL packets should not be 0
Martin Kaiser
2015-12-23
1
-1
/
+0
*
Don't use run_and_catch_crashes.
Guy Harris
2015-12-22
1
-1
/
+1
*
Don't write out statistics if we don't have any.
Guy Harris
2015-12-21
1
-29
/
+0
*
This now needs the new <wsutil/sha1.h>.
Guy Harris
2015-12-21
1
-0
/
+2
*
Always free the decrypted key in AirPDcapDecryptWPABroadcastKey().
Guy Harris
2015-12-21
2
-1
/
+3
*
g_mallocate the encrypted key, but free it in all paths out of the function.
Guy Harris
2015-12-21
1
-1
/
+5
*
WPA (IEEE802.11) decryption function cleanups
Alexander Wetzel
2015-12-21
3
-58
/
+43
*
WPA/WPA2 decoding fixes and improvements
Alexander Wetzel
2015-12-21
7
-260
/
+227
*
airpdcap: add free_key_string function, fix memleaks
Peter Wu
2015-12-21
4
-1
/
+22
*
Move some stuff into the only code path where it's used.
Guy Harris
2015-12-21
1
-11
/
+11
*
airpdcap: fix V512 warning reported by PVS-Studio
Pascal Quantin
2015-12-21
1
-1
/
+1
*
Fix a few issues reported by PVS-Studio
Pascal Quantin
2015-12-21
4
-6
/
+7
*
Copy PTK key in its dedicated array, and not at the address of the array
Pascal Quantin
2015-12-21
2
-4
/
+20
*
Don't initialize a variable that's unused before we later set it.
Guy Harris
2015-12-21
1
-1
/
+1
*
Pick array sizes based on what they're supposed to hold.
Guy Harris
2015-12-21
1
-4
/
+9
*
Add some bounds checks.
Guy Harris
2015-12-21
1
-0
/
+5
*
new_key is used only for TKIP keys; set it only in that part of the code.
Guy Harris
2015-12-21
1
-6
/
+7
*
Allocate the unwrapped key in AES_unwrap().
Guy Harris
2015-12-21
3
-13
/
+14
*
Define the SHA-1 digest length in wsutil/sha1.h and use it.
Guy Harris
2015-12-21
9
-46
/
+46
*
airpdcap: ensure that buffer put on stack is big enough to hold the result of...
Pascal Quantin
2015-12-21
1
-2
/
+2
*
IEEE 802.11: 802.1X (WPA-EAP) rekeying support
deagol
2015-12-21
8
-182
/
+131
*
[airpdcap] check the length of the WPA broadcast key we calculated
Martin Kaiser
2015-12-21
1
-0
/
+4
*
Squelch another warning.
Guy Harris
2015-12-21
1
-1
/
+1
*
Squelch some compiler warnings.
Guy Harris
2015-12-21
1
-3
/
+3
*
Rename some variables to make it a bit clearer what they are.
Guy Harris
2015-12-21
1
-31
/
+31
*
Add bounds checks and fix a length argument.
Guy Harris
2015-12-20
1
-15
/
+34
*
[Automatic update for 2015-12-20]
Gerald Combs
2015-12-20
4
-79
/
+373
*
Add missing ERF types, mention another missing type, mention reserved space.
Guy Harris
2015-12-19
2
-0
/
+9
*
ERF: Add basic no-break support for ERF_TYPE_META.
Anthony Coddington
2015-12-19
3
-5
/
+27
*
Report an error if the IP total length is bigger than the containing length.
Guy Harris
2015-12-16
1
-9
/
+17
*
Don't report an error for a non-multiple-of-4 chunk length.
Guy Harris
2015-12-16
1
-2
/
+0
*
Perl: Using "defined(@array)" is deprecated.
Gerald Combs
2015-12-14
1
-2
/
+2
*
Don't force a verbose build.
Guy Harris
2015-12-13
1
-1
/
+1
*
Undo my personal disabling of the Qt download/build/install.
Guy Harris
2015-12-13
1
-1
/
+1
*
For OS X, don't rigidly tie the SDK version to the minimum target version.
Guy Harris
2015-12-13
2
-30
/
+136
*
ui: Read and write correct recent timestamp format
Stig Bjørlykke
2015-12-13
1
-34
/
+40
*
Explicitly specify the template for the mktemp command.
Guy Harris
2015-12-13
1
-1
/
+1
*
[Automatic update for 2015-12-13]
Gerald Combs
2015-12-13
4
-13
/
+411
*
NBAP : Verify conversation proto data exists before trying to access it
Anish Bhatt
2015-12-13
2
-36
/
+42
*
Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_CO...
Michael Mann
2015-12-12
1
-1
/
+1
*
Range check ett_ array access.
Michael Mann
2015-12-12
1
-1
/
+1
*
[RSL] Just return rest of packet if TLV type is unknown
Michael Mann
2015-12-12
1
-2
/
+1
*
Clamp zooming so that we don't get zero or negative font sizes.
Guy Harris
2015-12-12
4
-26
/
+17
*
6LowPAN: Check for NHC IPv6 No Next Header
João Valverde
2015-12-11
1
-1
/
+1
*
MIP6: Don't no need to have a another subtree (with wrong length for LLA)
Alexis La Goutte
2015-12-08
1
-8
/
+3
*
[Automatic update for 2015-12-06]
Gerald Combs
2015-12-06
4
-4
/
+129
*
OSTIP: fix typo found by PVS Studio (V519)
Alexis La Goutte
2015-12-02
1
-1
/
+1
[next]