aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-02-12uat: add missing parameter to documentation.Dario Lombardo1-0/+1
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 Combs3-25/+294
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-11tshark print_indent functionMartin Kacer1-39/+26
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-10wmem_list: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2017-02-10Clean columns on exit.Dario Lombardo1-1/+2
2017-02-10Convert conversation hash tables to use wmem.Michael Mann5-100/+44
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-10Convert conversation data_list from GSList to wmem_tree.Michael Mann2-83/+18
2017-02-09Add wmem_map_get_keys.Michael Mann2-0/+34
2017-02-09Add wmem_map_stealMichael Mann2-0/+40
2017-02-09Add wmem_tree_remove32Michael Mann2-0/+19
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 Young4-6/+29
2017-02-09Don't duplicate memory for key values when passing into wmem_tree_insert_string.Michael Mann4-4/+4
2017-02-08proto: destroy list on cleanup.Dario Lombardo1-3/+22
2017-02-08tap: destroy list on cleanup.Dario Lombardo1-0/+8
2017-02-08dof: add shutdown routine.Dario Lombardo1-0/+16
2017-02-08addr_resolv: remove leak.Dario Lombardo2-0/+4
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann3-58/+41
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann3-51/+11
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann5-77/+22
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann3-53/+12
2017-02-08xml: replace g_strdup with wmem_strdup.Dario Lombardo1-2/+2
2017-02-08wmem_list: add wmem_list_insert_sorted.Dario Lombardo3-0/+115
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