aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2020-01-12[Automatic update for 2020-01-12]Gerald Combs1-0/+8
2020-01-11S1AP: upgrade dissector to v15.8.0Pascal Quantin9-3840/+3841
2020-01-11Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).Roman Koshelev6-7/+11
2020-01-11ber: display x509af.utcTime year in 4 digitsAndre Luyer18-32/+87
2020-01-11Add Cisco Miscabling ProtocolJoerg Mayer2-0/+308
2020-01-11Implement all mapping macros for the new proto tree APIJaap Keuter3-32/+224
2020-01-10Use symbolic values for Cisco's LLC PIDsJoerg Mayer10-30/+79
2020-01-10DOIP: Trivial typo fixedDr. Lars Völker1-1/+1
2020-01-10DLT: Fixing parsing of multiple DLT message in a single UDP packet.Dr. Lars Völker1-6/+7
2020-01-10NAS 5GS: correction of QoS Rules with the length of two octetsJoakim Karlsson1-4/+7
2020-01-10Add initial version of a dissector for the Paloalto heartbeat backup protocol.Joerg Mayer2-0/+123
2020-01-10BGP: MPLS label for EVPN Extented communityUli Heilmeier1-1/+19
2020-01-10tpncp: replace stack variable with dynamic allocation.Dario Lombardo1-3/+1
2020-01-10Netlink: Properly interpret and mask out attribute typeJaap Keuter1-5/+10
2020-01-10packet-kerberos: try to fix the build on macOS 10.14Gerald Combs2-17/+39
2020-01-09NR RRC: upgrade dissector to v15.8.0Pascal Quantin6-192/+323
2020-01-09LTE RRC: upgrade dissector to v15.8.0Pascal Quantin11-1116/+1115
2020-01-09packet-ip.c: The return value is already calculated and returned by the previ...Joerg Mayer1-4/+2
2020-01-09Add Ethertype 8988 used on the heartbeatlink inside a Paloalto firewall clusterJoerg Mayer2-1/+6
2020-01-09tvbuff.h: Fix formatting inside a comment.Joerg Mayer1-1/+0
2020-01-09Qt: Fix PacketListHeader columnRoland Knall2-0/+7
2020-01-09TPNCP: Update from downstreamOrgad Shaneh2-445/+407
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-06Get rid of %debug, so protobuf_lang.y can be processed by Berkeley YACC.Guy Harris3-6/+3
2020-01-06USB Audio: Fix Feature Unit Descriptor dissectionTomasz Moń1-12/+26