aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-07-20epan,packaging: convert http URLs to httpsPeter Wu6-13/+12
2019-07-20Fix -Wpointer-sign warning.Guy Harris1-1/+9
2019-07-20smtp: add credentials to the tap.Dario Lombardo1-2/+31
2019-07-19Clean up the handling of the "friendly name".Guy Harris1-77/+51
2019-07-19Use proto_tree_add_item_ret_display_string() to add string items.Guy Harris1-4/+2
2019-07-19Provide only one data rate per user for VHT frames.Guy Harris1-8/+0
2019-07-19XnAP: upgrade dissector to v15.4.0Pascal Quantin15-273/+921
2019-07-19pop3: add credentials to tap.Dario Lombardo1-33/+74
2019-07-19imap: add credentials to tap.Dario Lombardo1-0/+13
2019-07-19imap: dissect username and password from LOGIN command.Dario Lombardo1-0/+26
2019-07-19NGAP: upgrade dissector to v15.6.0Pascal Quantin9-575/+888
2019-07-19dhcp: fix memleak on exceptions in dissect_dhcpopt_avaya_ip_telephonePeter Wu1-5/+3
2019-07-19CoAP: add frame support for CoAP over TCP, TLS, WebSockets (RFC 8323)Peter Wu1-29/+136
2019-07-18CoAP: add CoAP Signalling Codes (RFC 8323)Peter Wu1-15/+23
2019-07-18ZigBee: Add Address fieldsKenneth Soerensen1-1/+25
2019-07-18ZigBee: Correct namingKenneth Soerensen1-3/+3
2019-07-18QUIC: fix out-of-bounds write due to missing CID length checkPeter Wu1-7/+11
2019-07-17tvbuff_lz*: fix typo in commentAurelien Aptel3-9/+9
2019-07-17Couchbase: Fix dissector for dcp prepareTrond Norbye1-2/+1
2019-07-17BGP: Update description for IE Flag (EVPN IGMP)Uli Heilmeier1-2/+2
2019-07-17ceph: remove unnecessary ifdef G_STATIC_ASSERT checkPeter Wu1-2/+0
2019-07-17Don't just grab raw string data with tvb_memcpy().Guy Harris1-25/+15
2019-07-17Don't just grab raw string data with tvb_memcpy().Guy Harris1-4/+10
2019-07-16Ask in a comment about DNS-style domain names.Guy Harris1-0/+8
2019-07-16Don't just grab raw string data with tvb_memcpy().Guy Harris1-23/+23
2019-07-16Clean up handling of the command parameter.Guy Harris1-36/+35
2019-07-16X2AP: upgrade dissector to v15.6.0Pascal Quantin9-526/+839
2019-07-16tvb_lz77huff: reduce stack memory usageAurelien Aptel1-15/+19
2019-07-16Don't just grab raw string data with tvb_memcpy().Guy Harris6-45/+29
2019-07-16gvcp, gvsp, u3v: GEV 2.2, new PFNC pixel formatsStefan Battmer3-219/+1503
2019-07-16QUIC: Update QUIC invariant draft releaseAlexis La Goutte1-1/+1
2019-07-16IEEE 802.15.4: Do not create new addresses but reuse the existing onesKenneth Soerensen1-25/+3
2019-07-16BGP: Adding draft-ietf-bess-evpn-igmp-mld-proxyUli Heilmeier1-23/+197
2019-07-16QUIC: update for new Connection ID Lengths (draft -22)Peter Wu1-68/+44
2019-07-16QUIC: update error code field size (draft -21)Peter Wu1-26/+31
2019-07-16QUIC: update salt, add new TP, add new NCI field (draft -21)Peter Wu3-5/+31
2019-07-16QUIC: remove support for draft -18 and olderPeter Wu3-145/+29
2019-07-15tvbuff_lz77huff: workaround for -Wmissing-braces warning in ClangPeter Wu1-1/+1
2019-07-15Get display strings for the AE titles.Guy Harris1-22/+21
2019-07-15smb2: add support for decompressionAurelien Aptel10-17/+1066
2019-07-15Use proto_tree_add_item_ret_string() to add strings.Guy Harris1-12/+28
2019-07-15F1AP: upgrade dissector to v15.6.0Pascal Quantin9-391/+1731
2019-07-15Fix whitespace.Guy Harris1-1/+1
2019-07-15Add support for the ISO 646 "Basic code table" encoding.Guy Harris4-9/+196
2019-07-15Add support for code pages 855 and 856 for FT_STRINGZ strings.Guy Harris1-2/+10
2019-07-14s7comm: Adding and redesign of test and installation functionsThomas Wiens1-207/+1675
2019-07-13AT: Remove copy-pasted commentDarien Spencer1-2/+0
2019-07-13LoRaWAN: decode as for UDPerikdejong1-0/+1
2019-07-13RRC: Remove duplicate dissection of algorithm cap bitmapsDarien Spencer3-224/+55
2019-07-13s7comm: Implement packet reassemblyThomas Wiens3-415/+596