Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan atalk-utils.c atalk-utils.h column-util
guy 2003/08/25 20:00:30 CDT
Modified files:
epan atalk-utils.c atalk-utils.h
column-utils.c osi-utils.c osi-utils.h
sna-utils.c sna-utils.h to_str.c to_str.h
Log:
Create an "address_to_str_buf()" routine, called by "address_to_str()",
which fills in a caller-supplied buffer.
Create "_buf()" versions of various "to_str" routines for various
address types, and create a routine to map SNA FIDs to strings, and use
them to finish up "address_to_str_buf()".
Get rid of the declaration of "sna_fid_type_4_addr_to_str()" in
"packet-sna.h", as that routine has been swallowed up in
"sna_fid_to_str()".
Revision Changes Path
1.4 +7 -3 ethereal/epan/atalk-utils.c
1.4 +4 -2 ethereal/epan/atalk-utils.h
1.35 +2 -19 ethereal/epan/column-utils.c
1.12 +88 -64 ethereal/epan/osi-utils.c
1.5 +5 -4 ethereal/epan/osi-utils.h
1.5 +31 -9 ethereal/epan/sna-utils.c
1.4 +3 -5 ethereal/epan/sna-utils.h
1.36 +42 -22 ethereal/epan/to_str.c
1.19 +3 -1 ethereal/epan/to_str.h