aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-07-21CMake: Remove unneeded GLIB2_LIBRARIES.Gerald Combs1-1/+0
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry4-108/+27
2021-07-18BLF: Fix Win32 compilation issues.Gerald Combs1-18/+18
2021-07-16erf: make a copy of the first SHB comment.Guy Harris1-2/+5
2021-07-16BLF: Support for BLF file formatDr. Lars Völker5-3/+2049
2021-07-15can: more specific dissector tables for CAN IDs and extended IDsDeveloper Alexander2-3/+3
2021-07-14pcapng: shuffle functions that process various option types.Guy Harris1-48/+48
2021-07-14wiretap: clean up option definitions a bit.Guy Harris6-26/+25
2021-07-14wiretap: iptrace/Sniffer/Peek classic always have packet flags.Guy Harris3-28/+18
2021-07-12pcapng: process OPT_COMMENT in pcapng_process_options().Guy Harris1-19/+4
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry7-58/+76
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris3-11/+11
2021-07-07Use wtap_blocks for packet commentsDavid Perry6-256/+916
2021-07-01wiretap: add the ZigBee secret types.Guy Harris1-2/+4
2021-07-01wiretap: change some comments.Guy Harris1-2/+2
2021-07-01wiretap: add WTAP_BLOCK_SYSDIG_EVENT block type for future use.Guy Harris1-0/+1
2021-06-29pcapng: centralize access to members of the wtap_optval_t union.Guy Harris1-41/+41
2021-06-28pcapng: clean up some function names.Guy Harris1-134/+134
2021-06-28pcapng: have more common code for writing options.Guy Harris1-296/+307
2021-06-28nordic_ble: Update display name of nordic_ble dissectorJoakim Andersson2-2/+2
2021-06-27wiretap: have the "for each option" routine return a success/fail indication.Guy Harris4-105/+72
2021-06-27wtap_opttypes: clean up comments.Guy Harris1-4/+9
2021-06-27pcapng: have a common routine to write the "end of options" option.Guy Harris1-17/+17
2021-06-25"config.h" need not and should not be included in any headerJoão Valverde1-0/+3
2021-06-25DT2000: Fix buffer length in wiretap codeMartin Mathieson1-1/+1
2021-06-23pcapng: add support for custom optionsMichael Tuexen5-134/+500
2021-06-22Fix some includes.Dario Lombardo1-0/+1
2021-06-19erf: fix a comment to match reality.Guy Harris1-4/+25
2021-06-19Replace some lingering references to g_log()João Valverde1-1/+2
2021-06-18pcap-common: set the time stamp precision correctly for LINKTYPE_ERF.Guy Harris1-0/+9
2021-06-18erf: handle errors in some routines more completely.Guy Harris3-30/+164
2021-06-18libpcap: don't generate a fake interface for LINKTYPE_ERF files.Guy Harris1-17/+8
2021-06-18erf: set the tsprecision value of a newly-created IDB.Guy Harris1-0/+1
2021-06-17pcapng: update a comment to reflect the name cleanups.Guy Harris1-1/+1
2021-06-17Just call the block type for custom blocks WTAP_BLOCK_CUSTOM.Guy Harris2-2/+2
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris5-45/+45
2021-06-16pcapng: indentation cleanups.Guy Harris1-2/+2
2021-06-16pcapng: get rid of some now-redundant rounding up of the block length.Guy Harris1-35/+6
2021-06-16pcapng: have more common code for processing options.Guy Harris1-758/+785
2021-06-16pcapng: round up block lengths to a multiple of 4 in common code.Guy Harris1-27/+57
2021-06-16Replace g_log() calls with ws_log()João Valverde5-17/+19
2021-06-16pcapng: fix indentation.Guy Harris1-2/+2
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris2-2/+4
2021-06-12pcapng: fix routine name.Guy Harris1-16/+16
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde3-3/+3
2021-06-09Wiretap: Fix a resource leakyuanjungong1-0/+1
2021-06-06pcapng: add support for custom blocksMichael Tuexen4-1/+178
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde15-71/+87
2021-06-06wiretap: Remove some redundant debug informationJoão Valverde3-197/+192
2021-05-31wiretap: un-export some routines.Guy Harris2-44/+41