aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-16[Automatic update for 2020-08-16]Gerald Combs15-45/+760
2020-08-15wifi-dpp: Add support for version 1.2.9 of the protocol.Richard Sharpe3-64/+426
2020-08-15check_tfs.py: Import subprocess module (needed for querying git)Martin Mathieson1-0/+1
2020-08-15dicom: fix exporting objects with tsharkJohn Thacker1-20/+20
2020-08-15check_typed_item_calls.py: add optional checks for labels and bitmask.Martin Mathieson1-10/+125
2020-08-15Fix a couple of item bitmasks where bit positions were ommitted in error.Martin Mathieson2-2/+2
2020-08-14bthci: Correct endianess and fields related to LE isochronous streamsAllan Møller Madsen2-7/+13
2020-08-14Check that at least one token exists to consider the JSON as validPascal Quantin4-8/+8
2020-08-14bluetooth.gaen: Adding Google/Apple Exposure Notification to bluetooth.Brendan O'Connor2-1/+92
2020-08-14EPL: append info-column with additional flag infosChristian Krump1-17/+43
2020-08-14BMP: Add Route Policy (draft-xu-grow-bmp-route-policy-attr-trace-04)Alexis La Goutte3-3/+511
2020-08-13eap: fix which tokens we think contain mncNNN and mccNNN.Guy Harris1-2/+2
2020-08-13make-version.pl: Update sample output in comments to more modern git version ...Joerg Mayer1-8/+10
2020-08-13STUN: att_pw_alg and alg_param_len items are unsigned ints.Martin Mathieson1-5/+5
2020-08-13GTPv2: fix S103PDF and S1UDF IE dissectionPascal Quantin1-4/+4
2020-08-13Radius: include newly added dictionary filesPascal Quantin2-0/+4
2020-08-12Fix some cases where item mask was wider than item type.Martin Mathieson2-7/+1
2020-08-12EPL: modified timestamp format of errorcodelistChristian Krump1-2/+3
2020-08-12Try to fix -Wpointer-sign warnings.Anders Broman5-14/+14
2020-08-12NR LTE: add dissection of capabilityRequestFilter for EUTRA and EUTRA-NR RATsPascal Quantin5-0/+28
2020-08-12For a zero time stamp preserve the base time but put "(0)" in front.Anders Broman1-1/+22
2020-08-12doc: explain when to use FT_STRINGZ, and document FT_STRINGZPAD.Guy Harris1-0/+13
2020-08-12Don't give a zero-length FT_STRINGZ a special value.Guy Harris1-2/+0
2020-08-12MQ: use FT_STRING, not FT_STRINGZ, for strings.Guy Harris2-125/+129
2020-08-12RPC: partially dissect GSS NFS truncated packetsJorge Mora1-0/+9
2020-08-12packet-stun.c: Add decoding of PASSWORD_ALGORITHM(S)Joerg Mayer1-31/+96
2020-08-12packet_xml: detect and handle UTF-16 BOMDavid Perry1-5/+50
2020-08-12tacacs: various fixes and cleanups.Guy Harris1-16/+12
2020-08-11Qt: Add debugging ifdefs for the packet diagram.Gerald Combs1-0/+11
2020-08-11For a zero time stamp don't print the EPOCH, print NULL.Anders Broman1-4/+3
2020-08-11lithionics: use ws_strtou32() and ws_hexstrtou32() to convert strings.Guy Harris1-17/+50
2020-08-11Add Lithionics battery management dissector.Michael Mann3-0/+284
2020-08-11epan: Fixup proto_item_set_bits_offset_len.Gerald Combs2-2/+3
2020-08-11ssh: make fields for string types FT_STRING rather than FT_STRINGZ.Guy Harris1-10/+10
2020-08-11wsutil: define HAVE_LIBGCRYPT_AEAD in wsutil/wsgcrypt.h.Guy Harris7-28/+25
2020-08-10http3: fix build without support for AEAD cipher suites.Guy Harris1-0/+2
2020-08-10IEEE802.11: WAN Metrics Length Check UpdateMatthew Weant1-0/+3
2020-08-10ssh: don't crash when computing hash.Guy Harris1-0/+4
2020-08-10Qt: Add a packet diagram view.Gerald Combs30-55/+1037
2020-08-10QUIC: fix compile without LIBGCRYPT_AEADJoakim Karlsson3-2/+17
2020-08-10GTPv2: validate length of PDN Address Allocation (PAA) IEAndreas Schultz1-1/+26
2020-08-10Bluetooth: simple HCI ISO Data packet dissectorJakub Pawlowski7-0/+234
2020-08-10OBEX: Fix mismatching API/item-type for some subtree items.Martin Mathieson1-2/+2
2020-08-10ieee80211: add radiotap TX flagsMathy Vanhoef2-1/+84
2020-08-10EAP: Update to EAP Identity DissectionMatthew Weant1-54/+77
2020-08-10Fix merge cruft from release-notes.adocMichael Mann1-3/+1
2020-08-10DHCPv6: fix for bogus errors. Detailed error msgsCal Turney1-5/+6
2020-08-10LTE RRC: upgrade dissector to v16.1.1Pascal Quantin11-5299/+26287
2020-08-09UI: Follow Stream "Show and save data as" -> "Show data as"John Thacker12-31/+31
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris6-10/+35