summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
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-07stats_tree: add cleanup function.Dario Lombardo3-1/+21
2017-02-07prefs: free memory on cleanup.Dario Lombardo1-0/+2
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
2017-02-07Bluetooth: AD: Add support for AltBeaconMichal Labedzki1-0/+83
2017-02-07GTK: Wrap static preference labels.Gerald Combs3-2/+6
2017-02-06ssl-utils: add length validation for SNI extensionPeter Wu1-25/+39
2017-02-06ssl-utils: add length validation for Cookie extensionPeter Wu1-11/+15
2017-02-06ssl-utils: add length validation for renegotiation_info extensionPeter Wu1-13/+17
2017-02-06ssl-utils: add length validation to NPN extensionPeter Wu1-18/+25
2017-02-06ssl-utils: add validation for ALPNPeter Wu1-32/+42
2017-02-06(D)TLS: simplify SignatureAndHashAlgorithm dissectionPeter Wu4-72/+36
2017-02-06ssl-utils: refactor "length" parameter into "offset_end" for extensionsPeter Wu1-52/+48
2017-02-06ssl-utils: add helper for validating Variable Length VectorsPeter Wu2-22/+183
2017-02-06Bluetooth: Update Assign NumbersMichal Labedzki1-65/+205
2017-02-06Bluetooth: ATT: Implement "Resolvable Private Address"Michal Labedzki1-20/+32