aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-05-02Make all routines not used outside this module static.Guy Harris1-159/+164
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez1-52/+40
2002-01-31From Michael T�xen: updates to work with the new M3UA dissector.Guy Harris1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+6
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-43/+147
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-87/+87
2001-05-30MSVC++ doesn't define "uint"; use "guint" instead.Guy Harris1-21/+21
2001-05-25Fix Gerald's e-mail address.Guy Harris1-2/+2
2001-05-25ISUP support, from Martina Obermeier.Guy Harris1-0/+4294