aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build 1.12.9.wireshark-1.12.9v1.12.9Gerald Combs2015-12-296-82/+1829
* Prep for 1.12.9.Gerald Combs2015-12-281-4/+180
* [Automatic update for 2015-12-27]Gerald Combs2015-12-273-18/+259
* [mp2t] adaptation_field_control for NULL packets should not be 0Martin Kaiser2015-12-231-1/+0
* Don't use run_and_catch_crashes.Guy Harris2015-12-221-1/+1
* Don't write out statistics if we don't have any.Guy Harris2015-12-211-29/+0
* This now needs the new <wsutil/sha1.h>.Guy Harris2015-12-211-0/+2
* Always free the decrypted key in AirPDcapDecryptWPABroadcastKey().Guy Harris2015-12-212-1/+3
* g_mallocate the encrypted key, but free it in all paths out of the function.Guy Harris2015-12-211-1/+5
* WPA (IEEE802.11) decryption function cleanupsAlexander Wetzel2015-12-213-58/+43
* WPA/WPA2 decoding fixes and improvementsAlexander Wetzel2015-12-217-260/+227
* airpdcap: add free_key_string function, fix memleaksPeter Wu2015-12-214-1/+22
* Move some stuff into the only code path where it's used.Guy Harris2015-12-211-11/+11
* airpdcap: fix V512 warning reported by PVS-StudioPascal Quantin2015-12-211-1/+1
* Fix a few issues reported by PVS-StudioPascal Quantin2015-12-214-6/+7
* Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin2015-12-212-4/+20
* Don't initialize a variable that's unused before we later set it.Guy Harris2015-12-211-1/+1
* Pick array sizes based on what they're supposed to hold.Guy Harris2015-12-211-4/+9
* Add some bounds checks.Guy Harris2015-12-211-0/+5
* new_key is used only for TKIP keys; set it only in that part of the code.Guy Harris2015-12-211-6/+7
* Allocate the unwrapped key in AES_unwrap().Guy Harris2015-12-213-13/+14
* Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris2015-12-219-46/+46
* airpdcap: ensure that buffer put on stack is big enough to hold the result of...Pascal Quantin2015-12-211-2/+2
* IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol2015-12-218-182/+131
* [airpdcap] check the length of the WPA broadcast key we calculatedMartin Kaiser2015-12-211-0/+4
* Squelch another warning.Guy Harris2015-12-211-1/+1
* Squelch some compiler warnings.Guy Harris2015-12-211-3/+3
* Rename some variables to make it a bit clearer what they are.Guy Harris2015-12-211-31/+31
* Add bounds checks and fix a length argument.Guy Harris2015-12-201-15/+34
* [Automatic update for 2015-12-20]Gerald Combs2015-12-204-79/+373
* Add missing ERF types, mention another missing type, mention reserved space.Guy Harris2015-12-192-0/+9
* ERF: Add basic no-break support for ERF_TYPE_META.Anthony Coddington2015-12-193-5/+27
* Report an error if the IP total length is bigger than the containing length.Guy Harris2015-12-161-9/+17
* Don't report an error for a non-multiple-of-4 chunk length.Guy Harris2015-12-161-2/+0
* Perl: Using "defined(@array)" is deprecated.Gerald Combs2015-12-141-2/+2
* Don't force a verbose build.Guy Harris2015-12-131-1/+1
* Undo my personal disabling of the Qt download/build/install.Guy Harris2015-12-131-1/+1
* For OS X, don't rigidly tie the SDK version to the minimum target version.Guy Harris2015-12-132-30/+136
* ui: Read and write correct recent timestamp formatStig Bjørlykke2015-12-131-34/+40
* Explicitly specify the template for the mktemp command.Guy Harris2015-12-131-1/+1
* [Automatic update for 2015-12-13]Gerald Combs2015-12-134-13/+411
* NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt2015-12-132-36/+42
* Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_CO...Michael Mann2015-12-121-1/+1
* Range check ett_ array access.Michael Mann2015-12-121-1/+1
* [RSL] Just return rest of packet if TLV type is unknownMichael Mann2015-12-121-2/+1
* Clamp zooming so that we don't get zero or negative font sizes.Guy Harris2015-12-124-26/+17
* 6LowPAN: Check for NHC IPv6 No Next HeaderJoão Valverde2015-12-111-1/+1
* MIP6: Don't no need to have a another subtree (with wrong length for LLA)Alexis La Goutte2015-12-081-8/+3
* [Automatic update for 2015-12-06]Gerald Combs2015-12-064-4/+129
* OSTIP: fix typo found by PVS Studio (V519)Alexis La Goutte2015-12-021-1/+1