aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-12-07Make the TTL field unsigned, but keep warning if the high-order bit is set.Guy Harris1-6/+44
2019-12-06UDS: fix uds.rdbi.data_identifier filter lengthPascal Quantin1-1/+1
2019-12-05tipc: check message bundle size before using it.Dario Lombardo1-6/+14
2019-12-04ieee80211: Improve EAPOL Key MIC Len handling in some cases.Richard Sharpe2-18/+185
2019-12-03RTCP: Add expert info.Anders Broman1-2/+17
2019-12-03ieee1905: Fix an incorrect bit usage in the Client Association Even TLV.Richard Sharpe1-1/+7
2019-12-02NAS 5GS: small cleanupPascal Quantin1-42/+13
2019-12-02NR RRC: fix dissection of NAS container fieldPascal Quantin3-11/+13
2019-12-02gprscdr: add newer RAT typesJoakim Karlsson2-5/+9
2019-12-02Add format_size_wmemMichael Mann2-0/+28
2019-12-02kafka: don't use an empty tvb list.Dario Lombardo1-3/+2
2019-12-01Restrict allowed characters in "short name" of heuristic_protosMichael Mann4-10/+35
2019-12-01expert.h: Reorder includesMichael Mann1-1/+1
2019-12-01IEEE 1609.2 dissector issue when HeaderInfo.generationLocation field is presentYann Garcia3-5/+6
2019-12-01packet-mms.c: Sync ASN.1 generated dissectorMichael Mann1-13/+13
2019-11-30ieee1722: use payload_length only when it's valid.Dario Lombardo1-2/+3
2019-11-30couchbase: Update dissector for latest 6.5.0 DCP snapshot markerJim Walker1-17/+40
2019-11-29GPRS RLC/MAC: Describe CHANNEL_CODING_COMMAND valuePau Espin Pedrol1-1/+10
2019-11-29couchbase: update dissector with missing collection error codesJim Walker1-0/+15
2019-11-29Add support for first frames with CAN-FDStefan Tatschner1-17/+29
2019-11-29RTCP:MCPTT fix while loop and location info.Anders Broman1-3/+10
2019-11-28Change struct can_identifier to can_infoStefan Tatschner11-144/+146
2019-11-28BGP: Add D-PATH AttributeMichael Pergament1-0/+68
2019-11-28TLS: support Facebook's TLS 1.3 draft 23 and 26 versionsPeter Wu1-2/+7
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