aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2023-01-04packet.c: Wrong pointer conversion in get_data_source_tvb_by_name()AndersBroman1-1/+1
2023-01-04NAS EPS: upgrade dissector to v17.9.0Pascal Quantin1-1/+5
2023-01-04Bluetooth: Dissect features defined in 5.1 - 5.3Rubin Gerritsen1-7/+175
2023-01-04Bluetooth: Dissect 5.3 ACL control procedure packetsRubin Gerritsen1-0/+220
2023-01-04Bluetooth: Perform control proc validation on LL_CIS_TERMINATE_INDRubin Gerritsen1-0/+11
2023-01-04Bluetooth: Perform control proc validation on LL_PERIODIC_SYNC_INDRubin Gerritsen1-0/+11
2023-01-04Bluetooth: Add more validation to power control proceduresRubin Gerritsen1-0/+23
2023-01-04Bluetooth: Allow LL_REJECT_EXT_IND as a response to LL_CIS_REQ/RSPRubin Gerritsen1-0/+24
2023-01-04Bluetooth: Allow LL_REJECT_EXT_IND as a response to LL_CTE_REQRubin Gerritsen1-0/+12
2023-01-04Bluetooth: Detect invalid incompatible control procedure conflict resolutionRubin Gerritsen1-27/+257
2023-01-04Bluetooth: Refactor adding control procedure packets to contextsRubin Gerritsen1-193/+121
2023-01-04Bluetooth: Refactor starting control proc contextRubin Gerritsen1-152/+79
2023-01-04packet-http3: add support for webtransport settings and frame typesGustavo Garcia1-1/+41
2023-01-04Implement sACN Universe Discovery dissectionHans Hinrichsen1-2/+247
2023-01-04lua: ByteArray integer parsing APIsDeveloper Alexander1-0/+413
2023-01-04Lua: make evaluate_lua and run_console publicDavid Perry1-6/+8
2023-01-04Support `FT_CHAR` in Lua `TreeItem_add_item_any()`David Perry1-0/+1
2023-01-04locamation-im: fix an snprintf compiler warningFerry Huberts1-1/+1
2023-01-04locamation-im: fix the windows build in an easier fashionFerry Huberts1-3/+2
2023-01-04Revert "locamation-im: fix windows build"Ferry Huberts1-4/+0
2023-01-04locamation-im: fix windows buildFerry Huberts1-0/+4
2023-01-04locamation-im: process review commentsFerry Huberts1-5/+11
2023-01-04locamation-im: process review commentsFerry Huberts1-12/+2
2023-01-04locamation-im: process review commentsFerry Huberts1-22/+7
2023-01-04locamation-im: support the (optional) timestamps blockFerry Huberts1-3/+290
2023-01-04DTLS: add DTLS over SCTP for PPIs assigned to 3GPP NGAP, XnAP, F1AP and E1APPavel Strnad1-0/+4
2023-01-03ORAN FH CUS: add new session extension types to value_stringMartin Mathieson1-6/+12
2023-01-03dfilter: Remove semcheck arithmetic commute argumentJoão Valverde1-8/+4
2023-01-03proto: Fix validity test for proto namesJoão Valverde1-6/+6
2023-01-03MBIM: restore use of VALSMartin Mathieson1-7/+42
2023-01-03JSON: add "Display JSON in raw form"Huang Qiangxiong1-2/+200
2023-01-03code cleaningUwe Heuert3-99/+5
2023-01-03prevent unused functionUwe Heuert2-0/+19
2023-01-03BSI TR-03109 required extensionsUwe Heuert7-93/+785
2023-01-03JSON: fix a displaying two dimensional array bug in compact formHuang Qiangxiong1-0/+17
2023-01-03For 'fields' param in add_bitmask_, check item masksMartin Mathieson4-4/+5
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson13-217/+77
2023-01-02DEC-NWK: Fix a couple of spelling errorsMartin Mathieson1-2/+2
2023-01-02cql: Fix 64-bit print format issueStig Bjørlykke1-1/+1
2023-01-02avsp: Fix 64-bit print format issueStig Bjørlykke1-2/+2
2023-01-02SOME/IP-SD: improve Entry/Option handling and port registeringDr. Lars Völker1-28/+57
2023-01-02BGP: Fix IP length when Root Node (IPv6)Alexis La Goutte1-3/+3
2023-01-02BGP: Wrong Tunnel ID format in PMSI tunnel attributeAlexis La Goutte1-3/+13
2023-01-02DECT-NWK: Fix possible overflowBernhard Dick1-1/+1
2023-01-02DECT-NWK: Fix ELI type decodingBernhard Dick1-3/+3
2023-01-02TIPC: Add a recursion checkGerald Combs1-0/+15
2023-01-02zstd: fix leak of tvbsKevin Albertson1-17/+16
2023-01-02zstd: add test for uncompressing 0 lengthKevin Albertson1-0/+6
2023-01-02packet-cql: keys with length -1 are NULL values in BATCH operationsYaniv Kaul1-3/+9
2023-01-02packet-cql: keys with length -1 are NULL valuesYaniv Kaul1-7/+10