aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2020-01-09TPNCP: Update from downstreamOrgad Shaneh1-445/+405
2020-01-09TCP: fix DESEGMENT_UNTIL_FIN handling in combination with OoO trackingPeter Wu1-2/+27
2020-01-09GSUP/SMS: also dissect ToN/NPI header in SM-RP-DA/OAVadim Yanitskiy1-4/+8
2020-01-09DCERPC: display various driver version fields as hexGünther Deschner1-4/+4
2020-01-09packet-kerberos: try to verify the PAC checksums and display the used keysStefan Metzmacher2-7/+239
2020-01-09BGP: Add EVPN Layer 2 Attributes Extended Community (RFC 8214)Jaap Keuter1-0/+76
2020-01-09packet-kerberos: add a hint to the used decryption key into the proto treeStefan Metzmacher2-15/+33
2020-01-09packet-kerberos: re-add dissection of ntstatus (KERB_EXT_ERROR) in PA-PW-SALTStefan Metzmacher3-62/+188
2020-01-08Netlink: remove encoding copies and, by extension, nl_data copiesJaap Keuter7-177/+136
2020-01-08packet-smb2: add support for SMB2_FILE_NORMALIZED_NAME_INFOStefan Metzmacher1-0/+31
2020-01-08packet-dcerpc-netlogon: relax the data model for netlogon_auth_keyStefan Metzmacher1-70/+34
2020-01-08Netlink: stop hiding packet_netlink_data pointerJaap Keuter8-230/+244
2020-01-07dcerpc-netlogon: fix compilation with older gcrypt versions.Dario Lombardo1-1/+9
2020-01-07BGP: update Well-known CommunitiesUli Heilmeier1-1/+10
2020-01-07TFTP Header End FixRoman Koshelev1-2/+4
2020-01-07NL80211: Remove global variable m_pinfo from dissectorJaap Keuter1-29/+40
2020-01-07packet-smb2: handle SMB2_CHANNEL_RDMA_V1_INVALIDATE for readStefan Metzmacher1-0/+1
2020-01-07packet-smb-direct: move Flags into data_tree.Stefan Metzmacher1-1/+1
2020-01-07packet-dcerpc-netlogon: implement NETLOGON_FLAG_AES decryptionStefan Metzmacher1-14/+159
2020-01-07packet-dcerpc-netlogon: remove STRONGKEY related processing from get_seal_key()Stefan Metzmacher1-24/+27
2020-01-07packet-dcerpc-netlogon: split out prepare_decryption_cipher[_strong]()Stefan Metzmacher1-11/+56
2020-01-07packet-dcerpc-netlogon: split out uncrypt_sequence_strong()Stefan Metzmacher1-2/+16
2020-01-07packet-dcerpc-netlogon: use the correct NETLOGON_FLAG_AES flagStefan Metzmacher1-8/+10
2020-01-07packet-dcerpc-netlogon: fix the build with DEBUG_NETLOGONStefan Metzmacher1-2/+2
2020-01-07UDP: Add a filter for payload.Anders Broman1-3/+16
2020-01-07NAS 5GS: add missing R15 bits in 5GS network feature support IEPascal Quantin1-1/+29
2020-01-06USB MSC: Dissect subclass and protocol codesTomasz Moń2-1/+64
2020-01-06USB Audio: Fix Feature Unit Descriptor dissectionTomasz Moń1-12/+26
2020-01-05IPv4: Fix incorrect expert info for IGMP TTLJoão Valverde1-4/+7
2020-01-05SIP: authorization validation segfault on missing fieldserikdejong1-1/+2
2020-01-04IPv4: Fix indentation (use spaces)João Valverde1-3/+2
2020-01-04gtpv2: added IE Monitoring Event InformationJoakim Karlsson1-3/+73
2020-01-03packet-iec104: Use pinfo->match_uint instead of port number from configurationJiří Engelthaler1-14/+2
2020-01-03GSM RLC/MAC: dissect Mobile Identity in Packet Paging RequestVadim Yanitskiy1-9/+18
2020-01-02BER: fix ber.error.bits_unknown displayPascal Quantin1-10/+19
2020-01-02BGP: Support for drafts Tunnel Encapsulation and Segment RoutingUli Heilmeier1-27/+551
2019-12-31HTTP: Fix dissection of data following the HTTP Upgrade responsePeter Wu1-0/+7
2019-12-31LPP: upgrade dissector to 37.355 v15.0.0Pascal Quantin5-6/+6
2019-12-30GSM A RR: Fix wrong description for Access Technologies Request presence fieldPau Espin Pedrol1-1/+1
2019-12-30SIP: RFC8688 Rejected Status CodeUli Heilmeier1-0/+1
2019-12-30GSM A RR: Fix typos in PS IR fieldPau Espin Pedrol1-1/+1
2019-12-29netlink: changes to match Linux kernel v5.4 netlink interfaceJaap Keuter6-53/+192
2019-12-28netlink: update 802.11 related netlink messages Linux kernel v5.4Jaap Keuter1-0/+1294
2019-12-27ieee802.11ax: Fix spelling mistakes in HE Capabilities Supported HE-MCS.Richard Sharpe1-6/+6
2019-12-26Find the line ending using tvb_find_line_end().Guy Harris1-4/+8
2019-12-26Cleanly fetch the query string.Guy Harris1-1/+1
2019-12-26SMB2: display oplock/lease break packets properlyVolodymyr Khomenko1-14/+74
2019-12-25rtcp: Extend AVB RTCP (IEEE1733) to decode AS Timestamp and Sequence IdAlexander Meier1-4/+35
2019-12-24whois: add query string to info column.Dario Lombardo1-0/+10
2019-12-24USB CDC: Match subordinate interfaces with masterTomasz Moń2-14/+119