summaryrefslogtreecommitdiff
path: root/epan/osi-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/osi-utils.c')
-rw-r--r--epan/osi-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/osi-utils.c b/epan/osi-utils.c
index c16238b04d..d62b2fac9e 100644
--- a/epan/osi-utils.c
+++ b/epan/osi-utils.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
- * $Id: osi-utils.c,v 1.13 2003/09/10 06:48:55 guy Exp $
+ * $Id: osi-utils.c,v 1.14 2003/11/20 19:05:40 guy Exp $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -81,7 +81,7 @@ print_system_id( const guint8 *ad, int length )
gchar *cur;
cur = str;
- print_nsap_net_buf( ad, length, cur );
+ print_system_id_buf(ad, length, cur );
return( cur );
}