[libss7-commits] mattf: trunk r121 - /trunk/isup.c
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Thu Oct 11 18:27:37 CDT 2007
Author: mattf
Date: Thu Oct 11 18:27:37 2007
New Revision: 121
URL: http://svn.digium.com/view/libss7?view=rev&rev=121
Log:
Clean up unknown paramter parsing a little more
Modified:
trunk/isup.c
Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=121&r1=120&r2=121
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Thu Oct 11 18:27:37 2007
@@ -1427,8 +1427,8 @@
}
/* This is if we don't find it.... */
- ss7_message(ss7, "\t\tParm: Unknown (%d)", optparm->type);
optparm = (struct isup_parm_opt *)parmbuf;
+ ss7_message(ss7, "\t\tUnknown Parameter (0x%x):\n", optparm->type);
ss7_dump_buf(ss7, 3, optparm->data, optparm->len);
return optparm->len + 2;
}
More information about the libss7-commits
mailing list