aboutsummaryrefslogtreecommitdiffstats
path: root/epan/osi-utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-23/+23
2021-09-14osi: avoid global memory scopesEvan Huus1-8/+8
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2018-05-27Fix incorrect formatting of NSAP area addresses/address prefixes.Guy Harris1-2/+28
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-04-04osi-utils: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+1
2017-03-31Fix some dissection errors.Guy Harris1-11/+41
2017-03-30Add a bunch of #defines for OSI NSAP AFI values, and use them.Guy Harris1-3/+3
2017-03-30Make some routines static.Guy Harris1-3/+5
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2015-02-27Pass tvb and offset into print_nsap_net() and print_area() to "hide" the tvb_...Michael Mann1-4/+4
2015-02-19Add some casts to satisfy the various compilers.AndersBroman1-1/+1
2015-02-19Add name resolution support to address type.Michael Mann1-3/+3
2015-02-09Add fixed length function for address types.Michael Mann1-1/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-1/+1
2015-02-09Add address type registration.Michael Mann1-3/+35
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann1-3/+3
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann1-2/+2
2014-08-28OSI util: Add modelines infoAlexis La Goutte1-0/+12
2014-04-14Put the system ID in the top-level items for neighbors.Guy Harris1-0/+7
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-20 From beroset:Bill Meier1-3/+3
2012-12-21Clean up white space.Guy Harris1-17/+16
2012-12-21Fix some valgrind warnings from the capture attached toEvan Huus1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-2/+2
2010-01-04From gonzalocas:Anders Broman1-1/+6
2009-04-08size_t fixes.Gerald Combs1-22/+23
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-07Remove dead code. Due the to if() test that checks for specificGilbert Ramirez1-4/+5
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongGuy Harris1-0/+5
2005-08-20The order in which arguments to a function are evaluated isn't definedGuy Harris1-2/+4
2005-08-20removal of even more sprintfRonnie Sahlberg1-34/+34
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg1-6/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-11-20From Hannes Gredler: "print_system_id()" should callGuy Harris1-2/+2
2003-09-10Void functions don't return values.Guy Harris1-2/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-64/+88
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-09-02From Hannes Gredler:Guy Harris1-3/+3
2002-08-29From Hannes Gredler: make the IS-IS dissector more verbose in the INFOGuy Harris1-4/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-24/+24
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-28From Hannes Gredler: fix display of OSI system IDs to use a dot ratherGuy Harris1-3/+3
2001-05-15Stop depending on the order in which operations are performed byGuy Harris1-7/+11
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-2/+7