aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-09-20DTN: updated dissection of confidentiality and integrity blocksPatricia Lindner2-16/+265
2018-09-20skinny: remove comment that matches field label (callState)Peter Wu1-1/+1
2018-09-20proto.h: add type checks for VALS/VALS64/VALS_EXT_PTR/TFS/RVALSPeter Wu1-5/+8
2018-09-20FP: Show E-DCH entity in treeDarien Spencer1-0/+22
2018-09-20erf: do not use VALS to cast a void pointerPeter Wu1-4/+8
2018-09-20netlink-*: fix various VALS/TFS misusePeter Wu3-79/+79
2018-09-20lte-rrc: avoid BASE_EXT_STRING field without stringsPeter Wu2-2/+2
2018-09-20epan: fix various misannotations of VALS/RVALS/VALS64/TFSPeter Wu6-30/+30
2018-09-20simple: fix value_string type mismatch with simple.link16.rcPeter Wu1-7/+1
2018-09-20ospf: avoid BASE_EXT_STRING without stringsPeter Wu1-1/+1
2018-09-20ieee80211: fix potential crash due to value_string type mismatchPeter Wu1-4/+4
2018-09-20nfapi: fix potential crash with nfapi.csi.rs.flag due to type mismatchPeter Wu1-7/+1
2018-09-20QUIC: use application error codes for some framesPeter Wu1-7/+14
2018-09-19QUIC: simplify and fix frame item length in some casesPeter Wu1-27/+3
2018-09-19QUIC: simplify PADDING framePeter Wu1-23/+9
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs27-154/+133
2018-09-19XRA: Display length information in XRA protocol description. Set correct leng...Bruno Verstuyft1-2/+5
2018-09-19NBAP: Change E-DCH type choosing conditionDarien Spencer3-51/+77
2018-09-19quic: put quic_connection_add_cid into ifdef.Dario Lombardo1-0/+2
2018-09-19NAS-5GS: Add dissection of Parameters content and bug fixes.AndersBroman1-6/+39
2018-09-19quic: mark unused parameter in quic_process_payload.Dario Lombardo1-1/+1
2018-09-19GTPv2: Update 8.38 MM Context.AndersBroman1-2/+55
2018-09-19QUIC: recognize short header packets after connection migrationPeter Wu1-1/+30
2018-09-19QUIC: small connection tracking optimizationPeter Wu1-2/+13
2018-09-19QUIC: use NCI to improve connection trackingPeter Wu1-9/+50
2018-09-19QUIC: Add new initial_max_stream_* TP (draft -14)Alexis La Goutte2-20/+50
2018-09-18QUIC: Add frame type on Connection Close (draft -13)Alexis La Goutte1-1/+10
2018-09-18docsis: minor improvements in displaying MDD TLV 22.4.2Andrii Vladyka1-1/+4
2018-09-18QUIC: Remove old Hello Extension (26)Alexis La Goutte2-2/+0
2018-09-18Fix a checkAPIs warning.Gerald Combs1-2/+2
2018-09-18docsis: add MDD TLV 21, 22 supportAndrii Vladyka1-1/+321
2018-09-17QUIC: drop support for draft -12Peter Wu1-107/+28
2018-09-17QUIC: fix decryption failure with larger PKN (draft -13)Peter Wu1-3/+19
2018-09-17QUIC: Remove error code UNSOLICITED_PATH_RESPONSE (draft -14)Alexis La Goutte1-2/+0
2018-09-17QUIC: Change value ACK_ECN (draft -14)Alexis La Goutte1-1/+3
2018-09-17QUIC: implement new Retry Packet (draft -14)Peter Wu1-2/+15
2018-09-17QUIC: Initial support of draft -14Alexis La Goutte1-3/+5
2018-09-17QUIC: Update Error codes (draft -13)Alexis La Goutte1-2/+4
2018-09-17QUIC: Add new Frame type (draft-13)Alexis La Goutte1-0/+132
2018-09-17QUIC: CRYPT => CRYPTOAlexis La Goutte1-13/+13
2018-09-17QUIC: fix Initial decryption with Token field (draft -13)Peter Wu1-6/+2
2018-09-17QUIC: fix connection tracking/decryption after Retry (draft -13)Peter Wu1-6/+27
2018-09-17QUIC: implement new Retry Packet (draft -13)Peter Wu1-3/+64
2018-09-17NAS5GS: Bugfixes and small enhancements.AndersBroman1-49/+213
2018-09-17QUIC: implement decryption using new traffic secrets (draft -13)Peter Wu5-29/+208
2018-09-17packet-rsl: Fix dissection of "CB Command Type" IEHarald Welte1-2/+47
2018-09-17NBAP: Remove #if 0'd codeDarien Spencer2-34/+0
2018-09-17FP: Remove #if 0'd codeDarien Spencer1-21/+0
2018-09-17FP: HS-DSCH - Use RLC mode from NBAPDarien Spencer2-3/+14
2018-09-16QUIC: refactor packet protection cipher initializationPeter Wu1-94/+100