aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-16QUIC: use single field for all long header payloadsPeter Wu1-95/+13
2018-09-16QUIC: wire up CRYPTO frames with TLS 1.3 Handshake (draft -13)Peter Wu4-3/+76
2018-09-16QUIC: Add TP disable migration from draft-13Alexis La Goutte2-0/+6
2018-09-16QUIC: Fix typo and align codeAlexis La Goutte2-8/+8
2018-09-16QUIC: Update TP to draft-12Alexis La Goutte2-7/+124
2018-09-16QUIC: Update assigned Transport Parameters (draft-13)Alexis La Goutte2-2/+4
2018-09-16QUIC: Remove OMIT_CONNECTION_ID Transport ParameterAlexis La Goutte2-5/+0
2018-09-16gsm-gsup: correct value OSMO_GSUP_CANCEL_TYPE_*Alexander Couzens1-2/+2
2018-09-16FP: Fix trying to resolve out-of-range LCHIDDarien Spencer1-25/+45
2018-09-15ssl,ssl-utils: remove PCT supportPeter Wu3-788/+10
2018-09-15lwm2mtlv: Show resource name in a generated itemStig Bjørlykke1-0/+11
2018-09-15rdp: fix Unused href entry: epan/dissectors/packet-rdp.c: hf_rdp_unusedAlexis La Goutte1-6/+0
2018-09-15couchbase: fix Unused href entry: epan/dissectors/packet-couchbase.c: hf_flex...Alexis La Goutte1-2/+0
2018-09-15QUIC: remove draft -11 supportPeter Wu1-64/+27
2018-09-15packet.h: fix wrong parameter doc for register_dissector_table_aliasPeter Wu1-1/+1
2018-09-15Add support for aliases to dissector tables.Gerald Combs9-10/+70
2018-09-15Aeron: Update disector on the latest aeron protocol specificationchaoyongzhou1-17/+293
2018-09-14QUIC: recognize CRYPTO frame (draft -13)Peter Wu1-0/+33
2018-09-14evs: Start dissecting a bit of speech data.AndersBroman1-94/+254
2018-09-14QUIC: split per-packet state to fix packet coalescingPeter Wu1-35/+54
2018-09-13Start renaming SSL to TLS.Gerald Combs32-378/+379
2018-09-13QUIC: fix Initial dissection (draft -13)Peter Wu1-13/+50
2018-09-13QUIC: use HKDF-Expand-Label (draft -13)Peter Wu1-21/+68
2018-09-13QUIC: implement draft -12 decryption (PNE and PP)Peter Wu1-43/+228
2018-09-13Prefs: Add a check for aliased protocol preferences.Gerald Combs1-2/+8
2018-09-13DHCP: Fixup whitespace.Gerald Combs1-4/+4
2018-09-13ieee80211: parse the 9th byte of the Extended Capability as a byteEmmanuel Grumbach1-3/+3
2018-09-13evs: Put CMR "rate" in Info column.AndersBroman1-5/+17
2018-09-13gtp: move column append outside IF bracketsJoakim Karlsson1-2/+2
2018-09-13MTP2 bitstream dissector - dissect MTP2 packets from RTP streamLajos Olah1-3/+878
2018-09-13tvbtest: Remove an unused function.Gerald Combs1-9/+0
2018-09-13ospf: fix conlictAlexis La Goutte1-1/+1
2018-09-12AT: Add CSUPI commandDarien Spencer1-0/+8
2018-09-12QUIC: create QUIC-specific cipher contextPeter Wu1-42/+48
2018-09-12AT: Fix rejection valuesDarien Spencer1-2/+2
2018-09-12Revert "Some older compilers don't allow diagnostic pragmas inside a function."Guy Harris1-2/+3
2018-09-12nas_5gs: can't decode 5GS NAS PDU when there are multiple NSSAIs.Rody Liu1-2/+1
2018-09-12nas5gs: Align with version 15.0.0AndersBroman1-12/+8
2018-09-12tvbtest: fix no previous prototype for ‘test/skip/run_tests’ [-Wmissing-p...Alexis La Goutte1-3/+3
2018-09-12gsm_a_gm: Fix dissection of 10.5.6.3 Protocol configuration options.AndersBroman1-3/+11
2018-09-12MBIM: changes after Microsoft fixed documentationJano Svitok1-29/+51
2018-09-12QUIC: implement packet coalescing (draft >= 11)Peter Wu1-13/+57
2018-09-11QUIC: ensure handshake keys availability before PKNPeter Wu1-20/+15
2018-09-11Go back to using a #pragma directly.Guy Harris2-12/+26