aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport wiretap/netscaler.c from 2.0.11lts-1.12.1Balint Reczey2017-03-151-410/+557
* IAX2: Add a timestamp check.Gerald Combs2017-03-121-15/+22
* Add more sanity checks.Guy Harris2017-03-121-14/+27
* wsp: Sanity check capability lengthMichael Mann2017-03-121-1/+17
* rtmpt: Ensure sequence count is incremented for stored fragmentsMichael Mann2017-03-111-1/+3
* ldss: Ensure ldss_file_request_t structure gets allocatedMichael Mann2017-03-091-22/+3
* Report an error for too-short packets.Guy Harris2017-03-061-1/+14
* DHCPv6: Avoid integer overflows.Gerald Combs2017-01-291-9/+9
* ASTERIX: Avoid an integer overflow.Gerald Combs2017-01-291-4/+5
* packet-dtn.c break loop if evaluate_sdnv doesn't succeed.Michael Mann2016-11-181-2/+4
* OpenFlow 1.4: check length to avoid rewinding offsetPascal Quantin2016-11-181-4/+31
* alljoyn: fix signature length adjustmentsPeter Wu2016-11-181-9/+15
* DCERPC: save strings in wmem file scopePascal Quantin2016-11-182-3/+3
* IPMI: do not use col_set_str with non const stringsPascal Quantin2016-09-191-1/+1
* DCT2000: prevent a stack buffer overflowPascal Quantin2016-09-191-2/+2
* FP: ensure that mac and rlc structures are always allocatedPascal Quantin2016-09-191-3/+26
* DCT2000: fix a buffer overflow in case of malformed packetPascal Quantin2016-09-191-0/+3
* Don't snprintf() into a string with one of the arguments being the same string.Guy Harris2016-09-192-99/+127
* proto.c: do not perform bound checks in proto_tree_add_text(_valist)_internal...Pascal Quantin2016-08-111-12/+16
* proto.c: add bounds check to proto_tree_add_text(_valist)Pascal Quantin2016-08-111-0/+16
* LDSS: check if a conversation already exists before recreating itPascal Quantin2016-08-111-11/+14
* RLC: fix a variable overflow in rlc_decode_li functionPascal Quantin2016-08-111-3/+4
* RLC: fix a stack overflow in rlc_decode_li functionPascal Quantin2016-08-111-1/+1
* MMSE: remove proto_tree_add_text callsPascal Quantin2016-08-111-9/+26
* packet-wsp.c: Fix infinite loop in add_headersMichael Mann2016-08-111-0/+11
* packetbb: Prevent divide by 0.Michael Mann2016-08-111-6/+8
* dissect_nds_request: Add NULL checkMichael Mann2016-08-111-1/+2
* [airpdcap] Don't return error from function returning voidBalint Reczey2016-06-251-1/+1
* Fix previous change.Guy Harris2016-06-251-1/+1
* Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.Michael Mann2016-06-251-2/+2
* Make class "type" for USB conversations.Michael Mann2016-06-243-2/+12
* SPOOLSS: Try to avoid an infinite loop.Gerald Combs2016-06-241-2/+3
* UMTS_FP: fix handling reserved C/T valueEvan Huus2016-06-241-4/+4
* WBXML: add a basic sanity check for offset overflowPascal Quantin2016-06-241-4/+24
* Don't treat the packet length as unsigned.Guy Harris2016-06-241-3/+8
* Fix packet length handling.Guy Harris2016-06-242-64/+40
* Don't treat the packet length as unsigned.Guy Harris2016-06-241-4/+8
* Fix packet length handling.Guy Harris2016-06-241-46/+29
* Don't treat the packet length as unsigned.Guy Harris2016-06-231-3/+7
* Fix packet length handling.Guy Harris2016-06-231-8/+14
* Dynamically allocate info string to prevent stack overflow.Michael Mann2016-05-171-2/+5
* GSM CBCH: fix an out of bounds accessPascal Quantin2016-05-171-6/+6
* IAX2: fix an infinite loopPascal Quantin2016-05-171-2/+2
* PKTC must be stricter with its Kerberos application choices.Michael Mann2016-05-174-26/+75
* replace dangerous tvb_get_ptr with safer string function.Jaap Keuter2016-05-171-2/+2
* Restrict the depth of the protocol tree.Gerald Combs2016-05-171-2/+23
* [RSL] Just return rest of packet if TLV type is unknownMichael Mann2016-03-051-2/+1
* ber: avoid deep recursion for constructed stringsPeter Wu2016-03-041-3/+17
* ber: fix buffer overrun when handling empty setsPeter Wu2016-03-041-0/+4
* gsm_abis_oml: fix buffer overrunPeter Wu2016-03-041-1/+1