aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Qt: highlight when search result is in the current packet.John Thacker1-0/+7
2022-02-10Qt: Allow omitting secondary data sources when printingJohn Thacker10-8/+65
2022-02-11Differentiate `-c` from `-a packets:`David Perry8-37/+86
2022-02-10ssh: fix warnings found by Clang Analyzer (deadcode.DeadStores)Jérôme HAMM1-32/+142
2022-02-10ssh: dissecting server signatureJérôme HAMM1-11/+93
2022-02-10ssh: dissecting generic connection packetsJérôme HAMM1-0/+49
2022-02-10ssh: dissecting specific user authentication packetsJérôme HAMM1-0/+38
2022-02-10ssh: dissecting generic user authentication packetsJérôme HAMM1-8/+291
2022-02-10ssh: dissecting generic transport packetsJérôme HAMM1-1/+88
2022-02-10ssh: displaying sequence numberJérôme HAMM1-8/+86
2022-02-10ssh: checking and showing Message Authentication CodeJérôme HAMM1-1/+104
2022-02-10Geneve: new option classesDror Eiger1-1/+5
2022-02-09Docs: Add new protocols to the release notes.Gerald Combs1-2/+16
2022-02-09ieee80211: add support of Fortinet Vendor SpecificAlexis La Goutte2-0/+96
2022-02-09Specify directory for temporary capturesDavid Perry27-33/+237
2022-02-09TCP: Fix SYN and FIN retransmission vs ooo detectionJohn Thacker1-1/+1
2022-02-08file: Fix memory leak in Find PacketJohn Thacker1-0/+1
2022-02-08PER: Check length calling tvb_new_octet_aligned()Uli Heilmeier1-0/+9
2022-02-08packet-dcerpc-netlogon: use SEC_CHAN_* values from packet-dcerpc-miscStefan Metzmacher3-16/+10
2022-02-08WSCBOR: Add checks for length and NULLUli Heilmeier1-11/+23
2022-02-08Tidy up some masks in items.Martin Mathieson8-72/+74
2022-02-07Clean up checking for invalid field definitions.Guy Harris1-8/+34
2022-02-08epan: Fix our FT_UINT_BYTES and FT_UINT_STRING checks.Gerald Combs1-2/+2
2022-02-08BP: Make sure our offset advances.Gerald Combs1-11/+36
2022-02-08GDSDB: Make sure our offset advances.Gerald Combs1-1/+22
2022-02-07Qt: Fix Packet bytes dialog viewRoland Knall1-35/+18
2022-02-07p_mul: Change display of missing sequence numbersStig Bjørlykke1-9/+16
2022-02-07GDT: add dissector for SCTP PPID 49 protocolDamir Franusic11-2/+2293
2022-02-07WAP: Clamp our value lengths to a usable value.Gerald Combs1-3/+8
2022-02-07ZigBee ZCL: fix the zero-length item check.Guy Harris1-2/+2
2022-02-07More descriptive names for some heuristic dissectorsDavid Perry12-18/+18
2022-02-07Qt: Fix open explorerRoland Knall1-1/+11
2022-02-07MSRCP: fix build issues [-Werror=maybe-uninitialized]Joakim Karlsson1-1/+1
2022-02-07json: Handle application/senml+jsonStig Bjørlykke1-0/+2
2022-02-07mpeg descriptor: add Service Availability Descriptor (0x72)Roman Volkov1-0/+57
2022-02-07RLC-NR: work out a better id/data value for adding fragments.Martin Mathieson1-38/+131
2022-02-07Kerberos: handle etype == 0 in dissect_krb5_decrypt_CRED_data()Stefan Metzmacher2-3/+15
2022-02-07Kerberos: Cope with FAST ordering in TGS-REQ PA-DATAStefan Metzmacher3-72/+245
2022-02-07Kerberos: add support for new PAC buffersStefan Metzmacher2-24/+408
2022-02-07Qt: Allow byteview to be hiddenRoland Knall5-8/+65
2022-02-07CBOR: Handle application/senml+cborStig Bjørlykke1-0/+2
2022-02-07Qt: Fix show in folder issueRoland Knall2-6/+4
2022-02-06MIH: Check length tvb_composite_append()Uli Heilmeier1-1/+3
2022-02-06[Automatic update for 2022-02-06]Gerald Combs17-43/+164
2022-02-06Prefs/Expert: disable Open Expert Info on Protocol Preferences context menuChuck Craft3-10/+12
2022-02-06doc: Document tshark -z statsJohn Thacker1-47/+142
2022-02-06Qt: Add Show as Json in Show Packet BytesStig Bjørlykke2-0/+11
2022-02-06Docs: Accurately describe our minimum GLib and where to get itJim Young2-3/+3
2022-02-05wsutil: Just use g_utf8_validate for nowJohn Thacker1-1/+1
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker9-12/+83