aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
AgeCommit message (Collapse)AuthorFilesLines
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-43/+147
but, before you set the text, you throw an exception while putting stuff under the subtree, you end up with an absolutely blank protocol tree item, which is really gross. Instead of calling "proto_tree_add_notext()", call "proto_tree_add_text()" with at least a minimal label - yes, it does mean you do some work that will probably be unnecessary, but, absent a scheme to arrange to do that work if it *is* necessary (e.g., catching exceptions), the alternative is an ugly protocol tree display. svn path=/trunk/; revision=3879
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-87/+87
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-05-30MSVC++ doesn't define "uint"; use "guint" instead.Guy Harris1-21/+21
svn path=/trunk/; revision=3481
2001-05-25Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=3451
2001-05-25ISUP support, from Martina Obermeier.Guy Harris1-0/+4294
svn path=/trunk/; revision=3450