aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-31ascend: set rec->rec_type.Guy Harris1-0/+1
2021-05-29pcapng: fix some more WTAP_ERR_BAD_FILE err_info strings.Guy Harris1-2/+2
2021-05-29pcapng: remove a second colon from a debug message.Guy Harris1-1/+1
2021-05-29wiretap: clean up WTAP_ERR_BAD_FILE error messages.Guy Harris3-63/+60
2021-05-30wiretap: improve code consistency in pcapng.cMichael Tuexen1-180/+210
2021-05-24erf: clean up handling the return value when getting and option value.Guy Harris1-2/+2
2021-05-24wiretap: change wtapng_mandatory_section_t to wtapng_section_mandatory_t.Guy Harris4-8/+8
2021-05-23k12: plug a memory leak.Guy Harris1-0/+1
2021-05-23erf: set USERAPPL if we have the application version but not the name.Guy Harris1-4/+7
2021-05-24Add ws_debug() and use itJoão Valverde10-233/+212
2021-05-24pcapng: Fix debug statementsJoão Valverde1-2/+2
2021-05-23netscaler: plug a memory leak.Guy Harris1-0/+1
2021-05-20DCT2000: allow for longer lines/PDUsMartin Mathieson1-1/+1