From rswindell@1:103/705 to CVS commit on Wed Mar 18 22:33:27 2020
src/smblib smbdump.c 1.15 1.16 smblib.h 1.97 1.98
Update of /cvsroot/sbbs/src/smblib
In directory cvs:/tmp/cvs-serv21764
Modified Files:
smbdump.c smblib.h
Log Message:
New function: smb_msghdr_str_list() which returns a message header as a string list (str_list_t) where each string is a header field (variable or fixed) in "<name> <value>" format. This format more closely resembles the output
of the sbbs_t::msghdr() function which is used to dump message headers
(e.g. for sysops/sub-ops).
I intend to replace the duplicate logic in sbbs_t::msghdr() with this new function.
I would have liked to have used a list of named strings (named_string_t), but
I don't yet have a library to alloc/add items to a named string list.