aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2021-02-17wiretap: more work on file type/subtypes.Guy Harris6-146/+51
2021-02-17dvb-ci: add the host control apdus from CI+ 1.4Martin Kaiser1-0/+10
2021-02-17TCP: last out-of-order packet is marked as a retransmissionEugene Adell1-1/+1
2021-02-17RADIUS: add accounting request authenticator validationEmanuele Bovisio1-10/+34
2021-02-17Fix null dereference in packet-vj-comp.cDavid Perry1-3/+5
2021-02-17NCSI: Squash commits of NCSI and PCI-IDSCaleb Chiu4-111/+45333
2021-02-16Support Van Jacobson PPP compression (#12138)David Perry3-1/+812
2021-02-15HNBAP: Break out MCC and MNC from PLMNidentityJohn Thacker2-1/+16
2021-02-15NVMe Fabrics RDMA: Initialize a variable.Gerald Combs1-1/+1
2021-02-15ieee80211: Fix dissection of NonTransmitted BSSID Capability when include on ...Alexis La Goutte1-2/+110
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson12-31/+34
2021-02-15dvb-ci: initial support for auxiliary file system resourceMartin Kaiser1-1/+67
2021-02-15Be more strict about opening URLs.Gerald Combs1-1/+17
2021-02-15CMake: Make sure system headers are treated as such.Gerald Combs4-18/+39
2021-02-15ip: ip_ttl _ws.expert fields not set if no treeChuck Craft1-5/+1
2021-02-15IEEE8022.11: Fix some spellings.Martin Mathieson1-9/+9
2021-02-14Make some more variables and functions static.Martin Mathieson13-43/+45
2021-02-14PDCP: set key error strings with g_strdup_print)Martin Mathieson2-22/+10
2021-02-14wiretap: register most built-in file types from its module.Guy Harris3-4/+142
2021-02-13WSDG: deprecate wtap_filetypes.Guy Harris2-7/+16
2021-02-13ieee80211: Update ReferenceAlexis La Goutte1-2/+3
2021-02-13Modbus/TCP: Add TLS dissectorferst2-2/+32
2021-02-13QUIC: add support for more QUIC versionsNardi Ivan2-52/+63
2021-02-13bssgp: Set in_error_pktHarald Welte1-1/+6
2021-02-13gprs-ns: Mark NS-STATUS as in_error_pktHarald Welte1-2/+3
2021-02-13rdp: add Restricted authentication mode flags dissectionDavid Fort1-0/+6
2021-02-13wiretap: file types have a name and a description.Guy Harris4-34/+34
2021-02-12wslua: expose some libwiretap APIs in Lua.Guy Harris2-0/+86
2021-02-12ASTERIX: fix dissection of I010_041 and I010_042 fieldsJaap Keuter1-3/+3
2021-02-12ISKAMP: fix a REPORT_DISSECTOR_BUG printfPascal Quantin1-1/+1
2021-02-12NVME RDMA dissector: add decoding of RDMA payload for connect command.Constantine Gavrilov1-0/+11
2021-02-12NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov6-121/+278
2021-02-12NVME RDMA dissector: decode Property Get/Set structures.Constantine Gavrilov1-14/+553
2021-02-12Revert "NVME RDMA dissector: store RDMA transfers and link them to commands."Constantine Gavrilov6-842/+135
2021-02-12NVME dissector: fix parsing of NVME Identify command.Constantine Gavrilov1-5/+47
2021-02-11wccp: fix unused variable ‘length_remaining’ [-Werror=unused-variable]Alexis La Goutte1-1/+0
2021-02-11wccp: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-11VNC: Fix dead store found by ClangAlexis La Goutte1-1/+1
2021-02-11snort: fix dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-11ieee80211: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-7/+1
2021-02-11someip-sd: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-11btle: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-11btatt: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-4/+0
2021-02-11NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov6-135/+842
2021-02-11SOME/IP: Fix crash after loading a faulty uat config (BUGFIX)Dr. Lars Völker1-7/+60
2021-02-11ESP: validate keys in UAT.Martin Mathieson1-7/+23
2021-02-11TShark: Load extcap preferences only when needed.Gerald Combs1-2/+10
2021-02-11Fix dissection of transport connect payload for NVMEoF with RDMA.Constantine Gavrilov1-9/+14
2021-02-11DNS: Support for ZONEMD RR (RFC8976)Uli Heilmeier1-1/+62
2021-02-10SCSI: use BASE_DEC_HEX for counts/lengths/etc..Guy Harris4-8/+8