aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-2/+2
2024-02-12candump: use WTAP_ENCAP_SOCKETCAN, not WTAP_ENCAP_WIRESHARK_UPPER_PDU.Guy Harris1-16/+7
2024-02-12busmaster: use g_htonl() rather than g_ntohl().Guy Harris1-2/+2
2024-02-11busmaster: use WTAP_ENCAP_SOCKETCAN, not WTAP_ENCAP_WIRESHARK_UPPER_PDU.Guy Harris1-16/+6
2024-02-11Fix two typo'd words.dariusd01-3/+3
2024-02-11Fix checks for SocketCAN field availability.Guy Harris1-36/+35
2024-02-11Byte-swap CAN XL headers in LINKTYPE_LINUX_SLL/LINKTYPE_LINUX_SLL2 packets.Guy Harris1-40/+75
2024-02-10blf: if there are no log containers, return FALSE when pulling one.Guy Harris1-0/+5
2024-02-06Fix some more spelling errorsMartin Mathieson3-4/+4
2024-02-02ERF Interface Id ExtensionStephen Donnelly2-1/+19
2024-02-02Endace ERF Interface Id extensionStephen Donnelly2-16/+16
2024-02-02const-ify enum introspection data.Darius Davis1-1/+1
2024-02-02const-ify proto/handoff/tap registration data.Darius Davis1-1/+1
2024-01-31BLF: Fix handling of 0-length log containersGiovanni Musto1-0/+5
2024-01-20Undo some more double colonsMartin Mathieson2-2/+2
2024-01-12pcapng: Sysidg events don't always have timestampsGerald Combs1-1/+5
2024-01-07Fix some spelling errorsMartin Mathieson2-2/+2
2024-01-03Add ".snoop" to the list of capture file extensions.Guy Harris1-4/+9
2023-12-31wtap: Add DLT for DECT_NRStig Bjørlykke4-0/+8
2023-12-14BLF: Fix BLF_OBJTYPE_CAN_FD_ERROR_64 not decoded as errorGiovanni Musto1-1/+1
2023-12-14merge(wiretap): fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2023-12-07Improve interface displaying and writing with multiple sectionsJohn Thacker6-3/+56
2023-11-28pcapng: support the if_tsoffset option.Guy Harris5-21/+165
2023-11-28libwiretap: add support for signed integer-valued options.Guy Harris2-0/+234
2023-11-27Handle the if_fcslen option as having an unsigned 1-byte value.Guy Harris1-4/+3
2023-11-27wiretap: Fix rejecting non-EMS filesJohn Thacker1-2/+5
2023-11-24BLF: Implement a mechanism for linear readGiovanni Musto1-253/+299
2023-11-23BLF: Use binary search on log containersGiovanni Musto1-170/+142
2023-11-21GNSS: add wiretap for EGNOS Message Server (EMS) filesTimo Warns7-0/+319
2023-11-18blf: expand a comment.Guy Harris1-2/+10
2023-11-18blf: check the validity of the header length field.Guy Harris1-0/+7
2023-11-18blf: add more error checks.Guy Harris1-27/+40
2023-11-18blf: add some comments to the header.Guy Harris1-6/+29
2023-11-17wiretap: Write MPEG-2 Transport Streams to native formatJohn Thacker1-1/+56
2023-11-12BLF: Set the name of the STATUS interfaces from channels XML tooGiovanni Musto1-2/+22
2023-11-12BLF: Extract channels and ports names from AppText Metadata XMLGiovanni Musto2-26/+482
2023-11-07Qt: Add DSBs info to capture file propertiesJohn Thacker5-0/+106
2023-11-01pcapng: convert FCS lengths between bytes and bits.Guy Harris3-4/+16
2023-10-31editcap: add new SECRETS_TYPE_OPCUAGerhard Gappmeier1-0/+1
2023-10-31wsutil: Consolidate IP address codeJoão Valverde2-3/+1
2023-10-31BLF: Give a different message for known but unsupported object typesGiovanni Musto2-1/+15
2023-10-31BLF: Add support for BLF_OBJTYPE_ETHERNET_PHY_STATEGiovanni Musto2-0/+81
2023-10-31BLF: Add support for BLF_OBJTYPE_LIN_SND_ERROR and BLF_OBJTYPE_LIN_SND_ERROR2Giovanni Musto2-0/+134
2023-10-31BLF: Extract FDF, BRS and ESI flagsGiovanni Musto2-5/+16
2023-10-31BLF: BLF_OBJTYPE_ETHERNET_STATUS: Add new field 'linkUpDuration'Giovanni Musto2-5/+29
2023-10-31Add support for BLF_OBJTYPE_LIN_CRC_ERROR and BLF_OBJTYPE_LIN_CRC_ERROR2Giovanni Musto2-7/+117
2023-10-31BLF: Add support for BLF_OBJTYPE_CAN_OVERLOADGiovanni Musto1-2/+11
2023-10-31BLF: Add support for BLF_OBJTYPE_LIN_MESSAGE2Giovanni Musto2-0/+136
2023-10-30BLF: Fix relative timestampGiovanni Musto1-10/+19
2023-10-30ieee80211-radiotap: Remove undefined S1G NDP and indent updateWFA-achuang2-2/+0