aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-30BLF: Fix compiler warningGiovanni Musto1-1/+1
2023-10-24mergecap: prevent appending to an input fileDavid Perry1-0/+16
2023-10-24BLF: Show comment, attachment and traceline in info columnGiovanni Musto1-3/+9
2023-10-24BLF: Remove AppText minimum lengthGiovanni Musto1-5/+0
2023-10-24BLF: Add support for BLF_OBJTYPE_APP_TEXT Metadata segmentationGiovanni Musto2-14/+92
2023-10-24BLF: Fix CAN usage of payload_length and payload_length_validGiovanni Musto1-25/+22
2023-10-24BLF: CAN_MESSAGE: Remove payload length check since the size is fixedGiovanni Musto1-5/+0
2023-10-24BLF: Fix CAN parsingGiovanni Musto1-14/+7
2023-10-22BLF: Fix BLF_OBJTYPE_ETHERNET_STATUSGiovanni Musto1-2/+2
2023-10-20nettrace_3gpp_32_423: Timestamp wrongly calculated.Anders Broman1-1/+1
2023-10-20BLF: Fix LIN parsingGiovanni Musto2-59/+25
2023-10-19BLF: Fix memory leakGiovanni Musto1-0/+2
2023-10-19BLF: Fix BLF_APPTEXT_METADATA and BLF_APPTEXT_COMMENTGiovanni Musto1-2/+2
2023-10-19Sysdig: Use libsinsp for native syscallsGerald Combs7-89/+68
2023-10-18Nettrace: add handle of both NAS-EPS and NAS-5GSJoakim Karlsson1-4/+39
2023-10-18nettrace_3gpp_32_423: Offset for msg advanced twice.Anders Broman1-1/+1
2023-10-17netscreen: do bounds checking for each byte of packet data.Guy Harris1-33/+96
2023-10-17BLF: Fix memory leak for interface nameDr. Lars Völker1-3/+5
2023-10-17blf: Use WTAP_ENCAP_NONE, record linktypes must match interface linktypeJohn Thacker1-18/+25
2023-10-15merge: Add merge commentJohn Thacker1-10/+7
2023-10-10wiretap: set WS_LOG_DOMAIN to LOG_DOMAIN_WIRETAP if wslog.h is used.Guy Harris5-0/+12