aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-459/+459
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Make all routines not used outside this module static.Guy Harris2002-05-021-159/+164
* Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez2002-02-011-52/+40
* From Michael T�xen: updates to work with the new M3UA dissector.Guy Harris2002-01-311-3/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+6
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-43/+147
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-87/+87
* MSVC++ doesn't define "uint"; use "guint" instead.Guy Harris2001-05-301-21/+21
* Fix Gerald's e-mail address.Guy Harris2001-05-251-2/+2
* ISUP support, from Martina Obermeier.Guy Harris2001-05-251-0/+4294