summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-30Fix out-of-bounds read in ascend_seek.master-1.12Michael Mann1-0/+1
2015-11-29Add bounds checking to find_signature.Michael Mann1-2/+2
2015-11-29GSM SMS: fix reassembly of UCS2 encoded SMSPascal Quantin1-35/+14
2015-11-29Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.Michael Mann4-179/+39
2015-11-29[Automatic update for 2015-11-29]Gerald Combs4-62/+737
2015-11-29IPv6: Fix RPL routing header computed address count if ip6r_len == 0João Valverde1-1/+4
2015-11-29RSVP: copy all rsvp_request_key info in file scopePascal Quantin1-1/+26
2015-11-28vwr: fix buffer overrun in getRatePeter Wu1-3/+6
2015-11-28Diameter: check IPv6 prefix length before copying it in e_in6_addr structurePascal Quantin1-2/+8
2015-11-28Add boundary check for 802.11 decryptionPeter Wu2-2/+10
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann2-6/+6
2015-11-26L2TP: Correct L2TP over IP SHA1 message digestNicolas S. Dade1-1/+1
2015-11-26SCTP: verify frame pointer before dereferencing itPascal Quantin1-12/+16
2015-11-25Fix buffer overrun in zlib decompressionPeter Wu1-3/+6
2015-11-24VoIP: fix a crash when trying to retrieve the time of a T.38 tapped packetPascal Quantin1-1/+1
2015-11-24Fix indentation.Guy Harris1-1/+1
2015-11-24Check *how many* fields sscanf() found.Guy Harris1-31/+82
2015-11-23HiSLIP: remove a DISSECTOR_ASSERTPascal Quantin1-7/+6
2015-11-17Create C handles for pipes before running dumpcap.Guy Harris1-39/+90
2015-11-16Catch failure of _open_osfhandle().Guy Harris1-0/+24
2015-11-15[Automatic update for 2015-11-15]Gerald Combs4-7/+43
2015-11-14DNS: Ignore Client Subnet option's data length when > 16Alexis La Goutte1-5/+6
2015-11-11Add CMakeLists.txt.user* to .gitignore.Gerald Combs1-0/+1
2015-11-08[Automatic update for 2015-11-08]Gerald Combs4-148/+300
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-07NSIS: clear errors before checking WinPcap uninstall registry entryPascal Quantin1-2/+4
2015-11-01[Automatic update for 2015-11-01]Gerald Combs3-221/+405
2015-10-30RPC: fix crash when calling NLMv4 SRT statisticsPascal Quantin1-1/+1
2015-10-30NLM: fix double memory free when using "Match MSG/RES packets for async NLM" ...Pascal Quantin1-10/+11
2015-10-30spdy: do not overwrite HTTPS registrationPeter Wu1-2/+2
2015-10-29EtherCAT: wrong display nameAlexis La Goutte1-1/+1
2015-10-29pcp: fix reporting of error status in info columnRyan Doyle1-1/+1
2015-10-27GVCP: do not try to append register value to info column when READREG_ACK has...Pascal Quantin1-1/+8
2015-10-25[Automatic update for 2015-10-25]Gerald Combs4-24/+172
2015-10-25SDP: protect against out of bounds accessPascal Quantin1-1/+1
2015-10-25802.1ah: call subdissectors even when we have no tree.Jeff Morriss1-9/+8
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin2-64/+64
2015-10-19AllJoyn: prevent an infinite loopPascal Quantin1-0/+19
2015-10-18DCOM: ensure to initialize IPv4 variable put on the stackPascal Quantin1-0/+1
2015-10-18[Automatic update for 2015-10-18]Gerald Combs3-176/+450
2015-10-18UMTS FP: fix another out of bounds accessPascal Quantin1-1/+1
2015-10-17UMTS FP: fix an out of bounds accessPascal Quantin1-1/+1
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin2-36/+42
2015-10-16GSM: fix dissection of additional access technology typePascal Quantin1-1/+1
2015-10-141.12.8 → 1.12.9.Gerald Combs11-1032/+20
2015-10-14Build 1.12.8.Gerald Combs6-139/+1066
2015-10-14allow use of deprecated gdk-pixbuf functionsAndreas Stieger1-1/+0
2015-10-14gtk: Don't handle deprecation warnings as errorsBalint Reczey2-2/+2
2015-10-14TCP: only store up to 1000 unacked segments (in each direction).Jeff Morriss2-3/+9
2015-10-13Updates for 1.12.8.Gerald Combs1-9/+34