aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sna-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-26For 1-byte and 2-byte FIDs, convert the void * data pointer in theguy1-2/+5
address to a guint8 *, to get at the bytes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21583 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20removal of even more sprintfsahlberg1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15457 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-17fix some more silly rotating bufferssahlberg1-9/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15385 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",guy1-9/+31
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()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8260 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6116 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4199 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.hagbard1-2/+2
Fixed some typos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3230 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-0/+53
and into epan. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3160 f5534014-38df-0310-8fa8-9805f1628bb7