aboutsummaryrefslogtreecommitdiffstats
path: root/epan/atalk-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* PutGuy Harris2007-01-181-0/+9
| | | | | | | | | | | | | | | | | #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. svn path=/trunk/; revision=20485
* various code cleanup:Ulf Lamping2005-08-081-1/+1
| | | | | | | | | -use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants svn path=/trunk/; revision=15264
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-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. svn path=/trunk/; revision=11400
* Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris2003-08-261-2/+4
| | | | | | | | | | | | | | 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()". svn path=/trunk/; revision=8260
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-3/+3
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
* From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris2002-06-281-2/+1
| | | | | | | separate column, and put in hidden fields for AppleTalk source and destination addresses. svn path=/trunk/; revision=5778
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-0/+53
and into epan. svn path=/trunk/; revision=3160