aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2020-08-21couchbase: fix conflictTomas Kukosa1-1/+1
2020-08-21dcerpc: add more URLs.Guy Harris1-0/+2
2020-08-20X2AP: upgrade dissector to v16.2.0Pascal Quantin19-585/+6177
2020-08-20dicom: Handle frames with segments from different reassembliesJohn Thacker1-1/+15
2020-08-20S1AP: upgrade dissector to v16.2.0Pascal Quantin13-588/+3139
2020-08-20RTPS: DomainId incorrectly dissected when using TCPIsmael Mendez Matamoros1-10/+72
2020-08-20USB HID: fail to parse the rdesc if it has mismatched report ID usageFilipe Laíns1-0/+6
2020-08-20USB HID: separate HID items into input and outputFilipe Laíns1-46/+87
2020-08-20wmem_array: make wmem_array_grow publicFilipe Laíns2-1/+5
2020-08-20EPL: additional dissection of flagsChristian Krump1-1/+65
2020-08-20Add format_text_string(), which gets the length with strlen().Guy Harris2-8/+76
2020-08-19EPL: adaptations of SDO dissectorChristian Krump1-4/+15
2020-08-18logcat: fix indentation.Guy Harris1-4/+4
2020-08-18FSSO: Add support of multiple Range PortAlexis La Goutte1-6/+22
2020-08-18E212: Update MCC / MNC code interpretationsJaap Keuter1-528/+673
2020-08-17TDS7: Make sure to populate pre-login message tree for all tokensJaap Keuter1-50/+51
2020-08-17NR RRC: upgrade dissector to v16.1.0Pascal Quantin17-3864/+58062
2020-08-17Q.708: Fix Unassigned valuesJaap Keuter1-130/+130
2020-08-17Q.708: Update ITU-T ISPC registeryJaap Keuter1-8778/+10325
2020-08-17GBCS: Dissect user interface alerts.Martin Boye Petersen1-0/+5
2020-08-17FTDI MPSSE: Display kilohertz using SI symbolTomasz Moń1-1/+1
2020-08-17FTDI MPSSE: Dissect Open-Drain enable parametersTomasz Moń1-1/+180
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson10-41/+19
2020-08-16BER: Fix order of loop tests to avoid overrunning array.Martin Mathieson1-5/+4
2020-08-15wifi-dpp: Add support for version 1.2.9 of the protocol.Richard Sharpe3-64/+426
2020-08-15dicom: fix exporting objects with tsharkJohn Thacker1-20/+20
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 Quantin3-6/+6
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-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-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-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-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 Mann2-0/+283
2020-08-11epan: Fixup proto_item_set_bits_offset_len.Gerald Combs1-2/+2