aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Remove uninteresting information from REPORT_DISSECTOR_BUG() etc. messages.Guy Harris1-1/+2
2021-06-19Replace some lingering references to g_log()João Valverde2-4/+4
2021-06-19Replace g_assert() with ws_assert()João Valverde51-389/+441
2021-06-18Prefs: Mark gui.packet_editor.enabled obsoletedUli Heilmeier1-0/+2
2021-06-18wslog: Use NULL for empty/default domainJoão Valverde1-0/+1
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris5-12/+12
2021-06-17OSPFv3: To decode ospfv3 authentication trailer header for DD packet.Abhinay Ramesh1-1/+10
2021-06-17Rename he_fragmentation_support to he_dynamic_fragmentation_supportAdrian Granados1-8/+8
2021-06-17Remove amendment labels from HE Capabilities and HE Operation IEs namesAdrian Granados1-2/+2
2021-06-17ieee80211: Update HE Capabilities and Operation IEsAdrian Granados1-93/+127
2021-06-17Prefs: Remove packet_editor optionUli Heilmeier2-7/+0
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde3-5/+9
2021-06-17Revert "test"Isaac Boukris2-19/+9
2021-06-17testIsaac Boukris2-9/+19
2021-06-17credssp: add basic dissection of TSRemoteGuardCredsIsaac Boukris4-6/+136
2021-06-16ieee80211: Fix validation of subelements in the Multiple BSSID IE.Adrian Granados2-15/+65
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde36-171/+178
2021-06-16Replace g_log() calls with ws_log()João Valverde28-209/+242
2021-06-16ITS: fix displaying of curvature unavailable valueTomas Kukosa2-2/+2
2021-06-16GTPv2: make dissect_diameter_3gpp_uli public for custom dissectorsJoakim Karlsson2-1/+2
2021-06-16netlink-route: Fix a couple of spellingsMartin Mathieson1-2/+2
2021-06-16NGAP: add more N2SmInfoTypeJoakim Karlsson3-125/+131
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris15-48/+55
2021-06-16MP2T: Catch exceptions thrown by reassembled fragments and continueJohn Thacker1-3/+28
2021-06-16wslua_tvb: fix documentation for reported_length_remaining().Guy Harris1-1/+1
2021-06-16wslua: a tvbuff doesn't have an "actual length".Guy Harris1-4/+14
2021-06-16ieee80211: Improve HE 6 GHz Capabilities IE dissectorAdrian Granados1-17/+17
2021-06-15netlink: don't use -1 to mean "to end of packet".Guy Harris9-27/+47
2021-06-15tvbuff: add tvb_ensure_reported_length_remaining().Guy Harris2-3/+22
2021-06-15NAS 5GS: add support for more binary IEsJoakim Karlsson1-0/+10
2021-06-15Kerberos: Add support for MS-KILE Key List Request messagesMartin Gallo4-54/+174
2021-06-15NVMe: fix for parsing data for logpage NVMeOF Discovery.Constantine Gavrilov1-2/+8
2021-06-15rdp: many improvements and fixesDavid Fort5-34/+977
2021-06-15MVMe: append command names for commands, responses and transfers to Info column.Constantine Gavrilov4-42/+104
2021-06-15HTTP3: add very basic support for PRIORITY_UPDATE framesNardi Ivan1-0/+2
2021-06-14netlink-route: don't dissect attributes for legacy messages.Guy Harris1-6/+40
2021-06-14netlink-route: the padding is there, but not in the message length.Guy Harris1-14/+2
2021-06-14NVME: fix typoMartin Mathieson1-5/+5
2021-06-14print.c: add length check to loopMartin Mathieson1-1/+1
2021-06-14Added statistics for ScriptingServiceProtocol (SSP).Thomas Dreibholz1-6/+268
2021-06-14Added statistics for PingPongProtocol.Thomas Dreibholz1-15/+274
2021-06-14NVMeOF: rename fields to pass code validation.Constantine Gavrilov2-110/+110
2021-06-14NVMeOF: complete decoding of fabric commands.Constantine Gavrilov1-8/+102
2021-06-14NVMe: use common block for decoding CQEs for fabric and IO commands.Constantine Gavrilov1-53/+40
2021-06-14NVMeOF fabric commands: simplify decoding code using field definitions.Constantine Gavrilov1-513/+231
2021-06-14NVMeOF fabric commands: switch TCP dissect to common NVMe code.Constantine Gavrilov4-539/+33
2021-06-14NVMeOF fabric commands: support offset in commands and completions dissectors.Constantine Gavrilov4-100/+100
2021-06-14NVMeOF: move handling of NVMeOF fabric commands, fabric completions and fabri...Constantine Gavrilov3-1114/+1111
2021-06-14NVMEoF: rename rdma fields names to nvmeof.Constantine Gavrilov1-434/+434
2021-06-14NVMeOF Connect command decoding fixes.Constantine Gavrilov3-34/+58