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