aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-16[Automatic update for 2018-09-16]Gerald Combs3-25/+54
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 Combs10-10/+71
2018-09-15Aeron: Update disector on the latest aeron protocol specificationchaoyongzhou1-17/+293
2018-09-14Debian: Add missing symbols.Gerald Combs1-0/+2
2018-09-14QUIC: recognize CRYPTO frame (draft -13)Peter Wu1-0/+33
2018-09-14make-manuf.py: Improve truncation.Gerald Combs1-8/+31
2018-09-14Test: Fix a copy+paste error.Gerald Combs1-1/+1
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-14opcua: prevent opcua dissector crash by limiting nesting depthHannes Mezger2-1/+37
2018-09-13Start renaming SSL to TLS.Gerald Combs51-442/+448
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-12Don't use -Werror with Apple's llvm-gcc.Guy Harris1-24/+17
2018-09-12QUIC: implement packet coalescing (draft >= 11)Peter Wu1-13/+57
2018-09-12OK, try to prevent -Wunused-function warnings with llvm-gcc as well.Guy Harris1-0/+5
2018-09-12Fix WITHOUT_VALS.Guy Harris1-2/+2
2018-09-12With llvm-gcc, just don't do -Wshorten-64-to-32.Guy Harris1-19/+16
2018-09-12-Wcomma isn't supported by llvm-gcc, so don't make it a non-error.Guy Harris1-1/+1
2018-09-11Just spaces between -W arguments.Guy Harris1-4/+1
2018-09-11WERROR_COMMON_FLAGS isn't a list, so don't treat it as one.Guy Harris1-2/+3
2018-09-11Add the -Wno-error= flags to the correct variable.Guy Harris1-1/+1
2018-09-11QUIC: ensure handshake keys availability before PKNPeter Wu1-20/+15
2018-09-11Put the -Wno-error= options after -Werror.Guy Harris1-19/+20
2018-09-11OK, try just suppressing the "-Wunused-function" warning with llvm-gcc.Guy Harris1-1/+5