aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-10wiretap: don't include wslog.h if you don't use anything from it.Guy Harris3-3/+0
2023-10-10Add wiretap log domain to wiretap/blfGiovanni Musto1-0/+2
2023-10-09BLF: create Ethernet Interface IDs based on channel and hwchannelDr. Lars Völker1-33/+38
2023-10-08BLF: Fix Ethernet Status FilterDr. Lars Völker1-1/+1
2023-09-29Fixed memory leak of match_info, made regex easier to readlemur1171-38/+39
2023-09-28Added limits on regular expressionsJon1-8/+10
2023-09-28Better memory management for regex in TS32.423 parserJon1-4/+25
2023-09-28pcapng: Add Sysdig meta event typesGerald Combs8-13/+352
2023-09-26TS32.423: Fix dissector for various formatslemur1171-42/+19
2023-09-24merge: Try to raise the soft limit of open files on UN*XJohn Thacker1-2/+77
2023-09-24merge: Allow unlimited number of filesJohn Thacker1-100/+176
2023-09-24wtap_opttypes.h: remove an unnecessary incomplete structure declaration.Guy Harris1-2/+0
2023-09-24Improve a comment.Guy Harris1-1/+7
2023-09-17Fix some spelling errorsMartin Mathieson1-1/+1
2023-09-14pcapng: improve handling of time stamp resolutions.Guy Harris1-25/+106
2023-09-13blf: make the timestamp resolution per-record.Guy Harris1-80/+91