aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-07-27HTTPS In More Places, update some URLs.Guy Harris2-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1454-1457/+1457
2019-07-25Don't format printable non-ASCII Unicode characters as escape sequences.Guy Harris2-155/+590
2019-07-25USBLL: Verify DATA packets CRC-16Tomasz Moń3-1/+29
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń2-0/+358
2019-07-24Use tvb_get_raw_bytes_as_string() to fetch the verb and reply code.Guy Harris1-3/+3
2019-07-24Use g_ascii_isalpha(), not is_rfc2234_alpha().Guy Harris1-22/+3
2019-07-24Use tvb_get_raw_bytes_as_string() to fetch the reply code.Guy Harris1-1/+1
2019-07-24Handle multiple PDUs per TCP segment and reassembly of multi-segment PDUs.Guy Harris1-114/+167
2019-07-24Add a routine to fetch raw bytes into a fixed-length buffer as a string.Guy Harris2-0/+40
2019-07-24Clean up handling of group lists.Guy Harris1-26/+18
2019-07-24f5ethtrailer: type-version subdissector tableJason Cohen1-26/+12
2019-07-24f5ethtrailer - Collapsible-Header trailer headerJason Cohen1-41/+66
2019-07-24Suqlech a -Wpointer-sign warning.Guy Harris1-1/+1
2019-07-24Insert REPLACEMENT CHARACTER for various UTF-16 errors.Guy Harris1-20/+19
2019-07-24E1AP: upgrade dissector to v15.4.0Pascal Quantin9-130/+511
2019-07-22iso7816: link a transaction to a payload dissectorMartin Kaiser1-7/+14
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser2-0/+9
2019-07-22helper function to get a payload dissector table's current handleMartin Kaiser2-0/+15
2019-07-21Extend epan library plugins with a tap registration callbackJoão Valverde2-0/+11
2019-07-21Lua: remove lua_data_handlePeter Wu3-7/+2
2019-07-21Remove ABI compliance checker code.João Valverde1-48/+2
2019-07-21IEEE80211: handle symbol proprietary tag seperatelyJaap Keuter4-7/+103
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