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
/
epan
/
crypt
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: make WERROR_COMMON_FLAGS a normal string
Peter Wu
2016-09-30
1
-7
/
+5
*
CMake: Allow setting per target compiler warnings
João Valverde
2016-08-23
1
-0
/
+1
*
Enable airpdcap debugging explicitly.
Gerald Combs
2016-07-29
2
-11
/
+13
*
Move airpdcap's print_debug_line() to airpdcap_debug.h
Michael Mann
2016-07-26
4
-59
/
+6
*
Remove Makefile.common files
João Valverde
2016-06-30
2
-55
/
+25
*
Remove Nmake build system
Pascal Quantin
2016-06-15
2
-31
/
+0
*
Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.
Michael Mann
2016-05-23
1
-1
/
+1
*
Sanity check eapol_len in AirPDcapDecryptWPABroadcastKey
Michael Mann
2016-05-10
1
-1
/
+3
*
Add checkAPI calls to CMake.
Graham Bloice
2016-05-02
1
-0
/
+9
*
Add CMakeListsCustom.txt.example to distribution
João Valverde
2016-03-03
1
-1
/
+2
*
Add missing cmake custom source includes
João Valverde
2016-03-03
2
-0
/
+27
*
CMake: Add more structure to libwireshark build
João Valverde
2016-03-01
2
-1
/
+67
*
autotools: Use pkg-config autoconf macros for GLib/GTK
João Valverde
2016-02-21
1
-0
/
+2
*
[airpdcap] Add support to decrypt TDLS traffic
Cedric Izoard
2016-02-04
1
-33
/
+273
*
autotools: Don't use "user variables" to set build flags
João Valverde
2016-01-28
1
-7
/
+1
*
IEEE802.11: fix EAPOL key frame detection
Alexander Wetzel
2016-01-16
2
-15
/
+2
*
[airpcap] Fix parsing of GTK
Cedric Izoard
2016-01-14
1
-54
/
+44
*
[airpcap] Decrypt protected management frames (802.11w)
Cedric Izoard
2016-01-13
3
-11
/
+49
*
g_malloc the decrypted key in AES_unwrap(), but always free it.
Guy Harris
2015-12-21
2
-2
/
+5
*
g_mallocate the encrypted key, but free it in all paths out of the function.
Guy Harris
2015-12-21
1
-2
/
+7
*
[airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()
Martin Kaiser
2015-12-21
2
-6
/
+2
*
[airpdcap] check the length of the WPA broadcast key we calculated
Martin Kaiser
2015-12-21
1
-0
/
+4
*
[aidpdcap] use packet scoped wmem memory for szEncryptedKey
Martin Kaiser
2015-12-21
1
-2
/
+1
*
[AES_unwrap] initialize the output array with 0s
Martin Kaiser
2015-12-20
1
-1
/
+1
*
Removed some remaining svn Id tags
Stig Bjørlykke
2015-12-01
1
-4
/
+3
*
Add boundary check for 802.11 decryption
Peter Wu
2015-11-28
2
-1
/
+7
*
WPA (IEEE802.11) decryption function cleanups
Alexander Wetzel
2015-11-25
2
-56
/
+44
*
Misc minor issues caught by cppcheck
Evan Huus
2015-11-17
1
-1
/
+0
*
airpdcap_system.(h) fix parameter 'mngHandshake/mngDecrypt' not found in the ...
Alexis La Goutte
2015-11-14
1
-4
/
+3
*
Fix compilation when _DEBUG is defined.
Gerald Combs
2015-11-13
2
-3
/
+10
*
WPA/WPA2 decoding fixes and improvements
Alexander Wetzel
2015-11-09
4
-201
/
+182
*
airpdcap: add free_key_string function, fix memleaks
Peter Wu
2015-10-09
2
-1
/
+20
*
airpdcap: fix WEP decryption
Pascal Quantin
2015-09-25
1
-1
/
+1
*
Move some stuff into the only code path where it's used.
Guy Harris
2015-09-08
1
-11
/
+11
*
Don't try to decrypt with an AES key shorter than 128 bits.
Guy Harris
2015-09-08
1
-0
/
+5
*
Add a bounds check.
Guy Harris
2015-07-14
1
-0
/
+4
*
airpdcap: fix V512 warning reported by PVS-Studio
Pascal Quantin
2015-06-07
1
-1
/
+1
*
Fix a few issues reported by PVS-Studio
Pascal Quantin
2015-06-05
1
-1
/
+1
*
Copy PTK key in its dedicated array, and not at the address of the array
Pascal Quantin
2015-05-10
1
-3
/
+19
*
Don't initialize a variable that's unused before we later set it.
Guy Harris
2015-05-10
1
-1
/
+1
*
Pick array sizes based on what they're supposed to hold.
Guy Harris
2015-05-10
1
-4
/
+9
*
Add some bounds checks.
Guy Harris
2015-05-10
1
-0
/
+5
*
new_key is used only for TKIP keys; set it only in that part of the code.
Guy Harris
2015-05-10
1
-6
/
+7
*
Allocate the unwrapped key in AES_unwrap().
Guy Harris
2015-05-10
3
-13
/
+14
*
Define the SHA-1 digest length in wsutil/sha1.h and use it.
Guy Harris
2015-05-09
1
-10
/
+8
*
airpdcap: ensure that buffer put on stack is big enough to hold the result of...
Pascal Quantin
2015-05-08
1
-2
/
+2
*
IEEE 802.11: 802.1X (WPA-EAP) rekeying support
deagol
2015-05-08
3
-174
/
+64
*
Fix buffer overflow in 802.11 decryption
Peter Wu
2015-03-11
1
-2
/
+5
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
Remove the last two true calls to se_alloc.
Michael Mann
2015-01-16
1
-1
/
+26
[next]