aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Limit my_dgt_tbcd_unpack() in writing to global bufferlts-1.8.2Balint Reczey2016-03-102-3/+15
* Diameter: check IPv6 prefix length before copying it in e_in6_addr structurePascal Quantin2016-03-101-1/+8
* ber: avoid deep recursion for constructed stringsPeter Wu2016-03-101-3/+17
* Add boundary check for 802.11 decryptionPeter Wu2016-03-062-2/+10
* ber: fix buffer overrun when handling empty setsPeter Wu2016-03-061-0/+4
* gsm_abis_oml: fix buffer overrunPeter Wu2016-03-061-1/+1
* rsl: avoid buffer overreadPeter Wu2016-03-061-1/+1
* Prevent infinite loop in DNP3 dissector.Michael Mann2016-03-061-0/+2
* [RSL] Just return rest of packet if TLV type is unknownMichael Mann2016-03-051-2/+1
* Fix buffer overrun in zlib decompressionPeter Wu2016-03-011-3/+5
* Check *how many* fields sscanf() found.Guy Harris2016-03-011-28/+81
* NLM: fix double memory free when using "Match MSG/RES packets for async NLM" ...Pascal Quantin2016-03-011-8/+9
* RSVP: copy all rsvp_request_key info in file scopePascal Quantin2016-02-291-1/+26
* Fix out-of-bounds read in ascend_seek.Michael Mann2016-02-291-0/+1
* DCOM: ensure to initialize IPv4 variable put on the stackPascal Quantin2016-02-291-0/+1
* WaveAgent - Use tvb_get_guint8 instead of tvb_get_ptr to walk a packet and pr...Michael Mann2015-10-251-6/+7
* Protect dissector_get_(default_)string_handle() against NULL input stringPascal Quantin2015-10-251-0/+1
* Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.Jeff Morriss2015-10-251-1/+1
* Add test_length to ptvcursor_add so it can do some bounds checking.Michael Mann2015-10-251-0/+26
* pcapng: Fixed copying if_filter_bpf_bytesStig Bjørlykke2015-10-161-1/+1
* wcp: add validations to decompressed_entryEvan Huus2015-05-251-2/+27
* Do bounds checking when decompressing WCP packets.Guy Harris2015-03-231-65/+120
* Pcapng: Don't fetch past the end of a GArray.Gerald Combs2015-03-171-1/+1
* tnef: fix overflow leading to infinite loopEvan Huus2015-03-171-1/+4
* dec-dnart: use pinfo-scoped memory for addressesEvan Huus2015-01-141-1/+2
* Make sure we don't underrun a buffer when decrypting SSL.Gerald Combs2015-01-091-0/+4
* packet-amqp.c: Temporary/preliminary fix for Bug #10582 (crash)Bill Meier2014-11-211-0/+10
* sigcomp-udvm: fix invalid accessEvan Huus2014-11-181-1/+1
* ncp2222: don't overflow buffer constructing stringEvan Huus2014-11-161-2/+1
* ncp2222: initialize buffer in build_expert_dataEvan Huus2014-11-161-0/+1
* tn5250: fix an endless loop, exit when offset is not incrementedMartin Kaiser2014-11-161-0/+2
* Add some additional checks in SnifferDecompress().Guy Harris2014-10-061-10/+29
* ses: initialize pres_ctx_id in session structEvan Huus2014-10-061-0/+1
* Fix the uninitialized-read error reported in bug 10370.Jeff Morriss2014-10-061-1/+1
* rtsp: parse the correct token for the status codeEvan Huus2014-10-061-4/+4
* Fix an infinite loop when the line has no lengthEvan Huus2014-10-041-1/+1
* Don't free the hash if another one existsEvan Huus2014-10-041-2/+3
* Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus2014-08-081-1/+1
* g_memmove has been removed in favour of normal memmove in the latest glibEvan Huus2014-08-081-2/+2
* Enum was used after all. Restore it and namespace it with GLUSTER_ to avoid theEvan Huus2014-08-082-9/+23
* Remove unused enum that started conflicting with /usr/include/dirent.h on myEvan Huus2014-08-081-14/+0
* Initialize whole buffer in GPRS Mobility and Session Management dissectorPascal Quantin2014-08-061-1/+1
* Set the rlc len field before we try to use it in an expert info.Evan Huus2014-08-061-1/+1
* fix underflow in BER constrained bitstringsEvan Huus2014-08-061-1/+1
* catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu2014-08-062-3/+3
* Add a check for an oversized record.Gerald Combs2014-05-241-0/+12
* Don't mix emem and glib memory and init routines.Evan Huus2014-05-241-3/+4
* Harden nfs_name_snoop_add_name against various malformed inputs. Thanks to MosheEvan Huus2014-05-241-4/+11
* Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann2014-05-246-124/+103
* Copy over r53626 with manual intervention.Gerald Combs2014-05-241-11/+15