aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Couchbase: Add support for XATTRsOliver Downard1-11/+141
2017-02-16ROHC: Basic support for RTP extension 3John Viklund1-5/+522
2017-02-15TLS13: handle message-specific TLS extensionsPeter Wu1-3/+7
2017-02-15ssl-utils: sort extensions casesPeter Wu1-51/+56
2017-02-15TLS13: dissect NewSessionTicket and CertificateRequest extensionsPeter Wu4-55/+57
2017-02-15ssl,dtls: fix wrong expert info for overly large recordsPeter Wu4-11/+35
2017-02-15Display 4 octets SDVL with 3 bits in ROHCJohn Viklund1-1/+1
2017-02-14BT LE LL: fix invalid memory access reported by valgrindPascal Quantin1-3/+3
2017-02-14Handle NSAP IPv4 addresses in NBAP's TransportLayerAddress field which aren't...S. Shapira2-128/+157
2017-02-14gtp: changed display format of a FQDN from BYTES to STRINGJan Spevak1-2/+2
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu20-515/+52
2017-02-13[ISAKMP] Dissect 3GPP private error and status messages in NOTIFY.AndersBroman3-8/+76
2017-02-12Set the partial AID in the radio metadata structure.Guy Harris1-0/+2
2017-02-12[skinny]: Add struct/union guards to multi-part message handlersDiederik de Groot4-1045/+830
2017-02-12[skinny] Fix ConnectionStatRes and DialedNumber Messages protocol version >20Diederik de Groot4-190/+186
2017-02-12[Automatic update for 2017-02-12]Gerald Combs1-0/+14
2017-02-12Fill in pseudo-header fields in order, and add the group ID for 11ac.Guy Harris1-11/+13
2017-02-12Add a comment about wired-to-little-endian fields.Guy Harris1-0/+8
2017-02-12White space/style cleanup and consistency.Guy Harris1-429/+442
2017-02-12signal() is defined on some UN*Xes; don't use it as a variable name.Guy Harris1-3/+3
2017-02-12Decode QCA sniffer PRISM extensions, and populate some wlan_radioSimon Barber1-5/+441
2017-02-11Fixing the MAC tvb creation in FP's tb dissection methodS. Shapira1-2/+2
2017-02-11TLS13: handle Key Update for decryptionPeter Wu3-5/+71
2017-02-11TLS13: add Key Update dissectionPeter Wu4-2/+43
2017-02-11ssl-utils: add length validation for Certificate handshake messagePeter Wu4-18/+34
2017-02-11TLS13: fix length of Finished messagePeter Wu4-5/+11
2017-02-11ssl-utils: add length validation to CertificateRequestPeter Wu1-35/+41
2017-02-11TLS13: add length validation for Pre-Shared Key Exchange ModesPeter Wu1-17/+12
2017-02-10TLS13: add length validation for Pre-Shared Key ExtensionPeter Wu1-26/+23
2017-02-10ssl-utils: update supported_groups extensionPeter Wu2-43/+66
2017-02-10TLS13: add length validation for SupportedVersionsPeter Wu1-8/+19
2017-02-10ssl-utils: stylistic changes for ServerHello, HelloRetryRequestPeter Wu3-20/+16
2017-02-10diameter_3gpp: added decoding of TWAN-Identifier AVPJan Spevak4-3/+23
2017-02-10mswsp: Align parse_CAggregSpec function with MS-WSP specification.Noel Power1-27/+70
2017-02-10mswsp: Numerous bugfixesNoel Power1-20/+11
2017-02-09dof: free more memory on shutdown.Dario Lombardo1-0/+15
2017-02-09dissectors: update list of controls in CTDB dissector.Günther Deschner1-20/+184
2017-02-09Make the capture file's interface description filterableJim Young1-5/+16
2017-02-08dof: add shutdown routine.Dario Lombardo1-0/+16
2017-02-08xml: replace g_strdup with wmem_strdup.Dario Lombardo1-2/+2
2017-02-08RSVDv2 support - 1st stageVolodymyr Khomenko2-43/+231
2017-02-07ldap (asn1): fix indent (use 2 spaces)Alexis La Goutte3-900/+909
2017-02-07ssl-utils: add vector length validation for Client HelloPeter Wu3-80/+66
2017-02-07TLS13: update NewSessionTicket dissectionPeter Wu4-21/+62
2017-02-07TLS13: support Early Data and accept CLIENT_EARLY_TRAFFIC_SECRETPeter Wu3-61/+83
2017-02-07[H248 Annex C] hf variable imported from packet-sdp,c is uint16 not intAndersBroman1-1/+1
2017-02-07Ubuntu 14.04 complains about unititialized variable proto_name_lengthAndersBroman1-1/+1
2017-02-07ssl-utils: fix false warning about empty SNIPeter Wu1-0/+5
2017-02-07Add dissection of Bluetooth 5.0 AE related HCI commandsAllan Møller Madsen2-33/+386
2017-02-07Bluetooth: EIR/AD: Add support for LE Features and Channel MapMichal Labedzki2-5/+249