aboutsummaryrefslogtreecommitdiffstats
path: root/epan/osi-utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.gerald1-2/+2
2010-01-04From gonzalocas:etxrab1-1/+6
2009-04-08size_t fixes.gerald1-22/+23
2006-05-21name changesahlberg1-2/+2
2006-03-07Remove dead code. Due the to if() test that checks for specificgram1-4/+5
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongguy1-0/+5
2005-08-20The order in which arguments to a function are evaluated isn't definedguy1-2/+4
2005-08-20removal of even more sprintfsahlberg1-34/+34
2005-08-17replace some more silly rotating buffers with ep_alloc() callssahlberg1-6/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-11-20From Hannes Gredler: "print_system_id()" should callguy1-2/+2
2003-09-10Void functions don't return values.guy1-2/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",guy1-64/+88
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2002-09-02From Hannes Gredler:guy1-3/+3
2002-08-29From Hannes Gredler: make the IS-IS dissector more verbose in the INFOguy1-4/+10
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-24/+24
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-06-28From Hannes Gredler: fix display of OSI system IDs to use a dot ratherguy1-3/+3
2001-05-15Stop depending on the order in which operations are performed byguy1-7/+11
2001-04-16Assorted ISIS enhancements from Hannes Gredler.guy1-2/+7
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>guy1-6/+6
2001-04-01Moved some definitions and functions from packet-osi.{c,h} tohagbard1-0/+172