summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-10-25SDP: protect against out of bounds accessPascal Quantin1-1/+1
2015-10-24[aeron] a new-style dissector should return 0 (not -1) to reject a packetMartin Kaiser1-6/+9
2015-10-24NTP timestamps can't be relative.Michael Mann1-7/+7
2015-10-24TDS: Replace use of val_to_str() with VALS()Nathan Cole1-20/+13
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann2-1/+3
2015-10-24802.1ah: call subdissectors even when we have no tree.Jeff Morriss1-8/+6
2015-10-23TDS: Use hf_tds_prelogin fieldAlexis La Goutte1-5/+7
2015-10-21Split RTP player tapping, decoding, and plotting.Gerald Combs1-2/+2
2015-10-21h261: fix "hf->bitmask != 0" assertionPeter Wu1-6/+6
2015-10-21GSM SMS: do not call GSM SMS port IE subdissectors until message is reassembledPascal Quantin1-5/+8
2015-10-21X11 generator: avoid extraneous parens in conditionals.Jeff Morriss2-183/+183
2015-10-20TDS: add more casts to please OSX 10.5 x86 buildbotPascal Quantin1-6/+6
2015-10-20x11: update X11 from last mesa and xcbAlexis La Goutte6-187/+1998
2015-10-20TDS: try to pacify buildbotsPascal Quantin1-17/+16
2015-10-20TDS: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-3/+3
2015-10-20TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+1
2015-10-20TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitia...Alexis La Goutte1-1/+2
2015-10-20nbns: Added closing parenthesis on flags itemStig Bjørlykke1-2/+2
2015-10-20Update TDS dissector to latest version of protocol.Nathan Cole1-1117/+3415
2015-10-20Bugfix missing NULL elements for proto_tree_add_bitmask array values.Michael Mann1-0/+23
2015-10-19[OpenFlow] Fix a crash caused by the same filter name used for severalAndersBroman2-20/+20
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 Combs2-10/+250
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 Quantin1-34/+37
2015-10-16GSM: fix dissection of additional access technology typePascal Quantin1-1/+1
2015-10-16TCP(.h): fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2015-10-16Remove ability to make dissectors "private"Michael Mann2-32/+0
2015-10-15TCP: ensure that tcpheader structure is initialized to 0Pascal Quantin1-1/+1
2015-10-14TCP: only store up to 1000 unacked segments (in each direction).Jeff Morriss2-3/+9
2015-10-14[ssl handshake] remove unnecessary if (tree) checksMartin Kaiser1-37/+28
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde27-64/+63
2015-10-14ssl-utils: fix anchoring matches in keylog filePeter Wu1-2/+3
2015-10-14ssl-utils: Fix parsing pre-master-secrets in keylog-fileGergely Nagy1-5/+11
2015-10-14Registers an MPTCP protocol with the prefix "mptcp".Matthieu Coudron2-154/+855
2015-10-13LTE RLC graphs - initial versionMartin Mathieson1-0/+4
2015-10-12Add BASE_PT_ types to proto_registrar_dump_fields()João Valverde2-14/+8
2015-10-12Fix hfinfo_*_format_display() for BASE_PT_ display typesJoão Valverde1-0/+8
2015-10-12NTP: fix dissection of SHA1 based message authentication codePascal Quantin1-3/+3
2015-10-11[Automatic update for 2015-10-11]Gerald Combs2-20/+270
2015-10-11Allow TURN channeldata to be padded on both UDP and TCP.Philipp Hancke1-1/+2
2015-10-10IPv6: Set destination address for RPL routing headerJoão Valverde1-7/+11
2015-10-10asn1.c: fix printf arguments used with DEBUG flagPascal Quantin1-1/+4
2015-10-10Support in 6lowpan for RFC4944 address generationPedro Jose Marron1-5/+81
2015-10-09Add WS_DLL_PUBLIC for Address Type RegistrationPedro Jose Marron1-1/+1
2015-10-09airpdcap: add free_key_string function, fix memleaksPeter Wu3-5/+26
2015-10-09WSP: Fix add_addresses()João Valverde1-2/+2