aboutsummaryrefslogtreecommitdiffstats
path: root/epan/osi-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2001-05-15Stop depending on the order in which operations are performed byGuy Harris1-7/+11
generated code, as per Chris Foulds' note. Also, when constructing the system ID or area string, always append the four-octet groups, rather than overwriting them, as we had been doing. svn path=/trunk/; revision=3414
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-2/+7
When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. svn path=/trunk/; revision=3308
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>Guy Harris1-6/+6
on Windows, so we'd have to drag in <winsock.h> to define them. svn path=/trunk/; revision=3246
2001-04-01Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke1-0/+172
epan/osi-utils.{c,h} to bring all of the epan dependencies into epan. svn path=/trunk/; revision=3226