aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-11-27WireGuard: fix MAC1 computation for non-zero reserved casePeter Wu1-1/+5
2019-11-27Annnnnd fix another typo.Guy Harris1-1/+1
2019-11-27Add short descriptions of the PHYs other than the legacy PHYs.Guy Harris1-8/+8
2019-11-27Add entries for 802.11ad and 802.11ah PHY values.Guy Harris1-0/+2
2019-11-27Add more support for the 802.11ax PHY.Guy Harris2-0/+7
2019-11-26NGAP: dissect other variant of N2 SM Information (as found in 3GPP 29.502)Pascal Quantin3-560/+645
2019-11-26HTTP: Add Too Early (425) HTTP Error code (RC8470)Alexis La Goutte1-0/+1
2019-11-26AVSP: Updating Arista vendor sepecific protocol dissectionBharath Ravindranath1-15/+57
2019-11-26WireGuard: support Decode As and non-zero reserved bytesPeter Wu1-7/+74
2019-11-26ieee80211: Correct 802.11ax Basic Trigger Preferred AC field decodingNathan Houghton1-2/+2
2019-11-25packet-gsm_ipa: Add #defines and names for more osmocom IPA extensionsHarald Welte1-0/+7
2019-11-25ISAKMP: fix dissection of SA TEK payload for non IP addressPascal Quantin1-2/+2
2019-11-24conversation.h: Whitespace fixesJoerg Mayer1-10/+8
2019-11-24Update LACP DissectorJoerg Mayer1-0/+8
2019-11-23Add c-ares to the required library list.Gerald Combs2-76/+5
2019-11-22QUIC: atag is an array of bytes, not pointersPeter Wu1-1/+1
2019-11-21coap: use correct OSCORE option typeCenk Gündoğan2-5/+5
2019-11-21NAS 5GS: fix for control plane service request identificationPascal Quantin1-3/+1
2019-11-21print: remove assert in get_field_data().Dario Lombardo1-1/+0
2019-11-20Update to DICOM Edition 2019eRickard Holmberg1-7/+209
2019-11-20GSMTAP: fix empty INFO column for PTCCH/D messagesVadim Yanitskiy1-2/+4
2019-11-20GSMTAP: also consider PTCCH/D as a broadcast channelVadim Yanitskiy1-0/+1
2019-11-20GSMTAP: use col_set_str() instead of col_append_str()Vadim Yanitskiy1-2/+2
2019-11-20GSMTAP: drop _U_ attribute from arguments of handle_tetra()Vadim Yanitskiy1-1/+1
2019-11-20QUIC: updates for Key Phase changes (draft -24)Peter Wu1-7/+9
2019-11-20QUIC: fix 0-RTT decryption for ciphers using SHA-256Peter Wu3-13/+10
2019-11-19NAS-5GS: Add 9.11.3.65 Control plane service typeAnders Broman2-2/+156
2019-11-19NAS-5GS: Fix dissection of 8.2.19 Configuration update command.Anders Broman1-8/+62
2019-11-19SMB2: Fix an error with the timestamp for TimeWarp ECPs during CREATE.Richard Sharpe1-2/+5
2019-11-19nvme: fix some heap buffer overflow errorsPascal Quantin1-2/+2
2019-11-18SIP: Handle "Authorization:" Header without data.Anders Broman1-31/+34
2019-11-18print: fix ek output with -j option.Dario Lombardo1-0/+2
2019-11-18ssh: add direction generated field.Dario Lombardo1-0/+15
2019-11-18ssh: indentation fixes.Dario Lombardo1-46/+46
2019-11-17ICMP: fix parameter problem parsingJaap Keuter1-7/+3
2019-11-16QUIC: Add DATAGRAM frame typeAlexis La Goutte1-0/+33
2019-11-16QUIC: Add max_datagram_frame_sizeAlexis La Goutte2-1/+15
2019-11-15GTPv2: small fixesPascal Quantin1-6/+6
2019-11-15GTPv2: fix wrong offset in FWRDRELREQ if Target Type is gNB IDPavel Strnad1-0/+1
2019-11-14GTP: improve LTE/NR PDCP container configurationPascal Quantin1-104/+244
2019-11-14ZigBee: Add APS conversations and extended counterKenneth Soerensen2-11/+97
2019-11-14dot11decrypt: Fix MIC calc for HMAC-SHA384Mikael Kanstrup1-1/+2
2019-11-14dot11decrypt: Fix KDF for larger PTK derivationMikael Kanstrup1-2/+2
2019-11-14dot11decrypt: Support 384 bit long PMKMikael Kanstrup4-22/+20
2019-11-14dot11decrypt: Dynamic sized TK, KEK, KCK, PTKMikael Kanstrup4-108/+271
2019-11-14dot11decrypt: Support dynamic MIC lengthsMikael Kanstrup2-9/+15
2019-11-14[RFC]ieee80211: Fix function to determine mic lengthMikael Kanstrup1-8/+23
2019-11-14dot11decrypt: Export Dot11DecryptDecryptKeyData functionMikael Kanstrup3-196/+219
2019-11-14dot11decrypt: Introduce Dot11DecryptGroupHandshake functionMikael Kanstrup1-37/+66
2019-11-14dot11decrypt: Let dissector parse eapol framesMikael Kanstrup5-236/+173