aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
Commit message (Expand)AuthorAgeFilesLines
* From Anders Broman: fix the decoding of BAT ASE elements with more thanGuy Harris2004-02-091-13/+22
* From Anders Broman:Olivier Biot2004-01-201-2/+2
* From Anders Broman: fix some string output (and split some lines).Guy Harris2004-01-181-17/+46
* Put in a space where it belongs.Guy Harris2004-01-151-2/+2
* From Anders Broman: dissect access transport, user teleservice info,Guy Harris2004-01-151-14/+102
* From Anders Broman: dissect message compatibility information parameter.Guy Harris2004-01-131-5/+52
* In at least one capture, the User teleservices parameter length is 2,Guy Harris2004-01-131-4/+4
* From Anders Broman:Guy Harris2004-01-131-2/+13
* From Anders Broman: dissect media type application/ISUP as ISUP.Guy Harris2004-01-131-1/+40
* From Michael Lum:Guy Harris2003-12-121-4/+14
* From Anders Broman: add CIC to Info column.Guy Harris2003-12-101-5/+5
* Subdissectors must be called regardless of whether a protocol tree isGuy Harris2003-12-051-9/+9
* Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals andGilbert Ramirez2003-12-041-1/+3
* From Anders Broman: fix dissection of GRS/GRA messages.Guy Harris2003-11-241-3/+3
* Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris2003-11-131-2/+2
* From Anders Broman:Guy Harris2003-10-201-89/+237
* From Jeff Morriss: note in the Protocol column that we're assuming theGuy Harris2003-10-141-2/+2
* Fix a typo.Guy Harris2003-10-101-2/+2
* From Anders Broman:Guy Harris2003-10-071-30/+543
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-061-7/+2
* From packet steve: get rid of some duplicate field definitions (someGuy Harris2003-10-061-6/+1
* From Anders Broman:Guy Harris2003-10-031-21/+169
* Clean up a bunch of length processing - use the reported length ratherGuy Harris2003-09-291-69/+59
* From Michael Lum: fix some val_to_str calls to have a non-null formatGuy Harris2003-09-291-3/+3
* From Anders Broman: further dissect APM messages containing BICC stuff,Guy Harris2003-09-271-28/+631
* From Anders Broman: add support for BICC dissection.Guy Harris2003-09-111-53/+329
* From Anders Broman: don't use a bitmask for the CIC filter, the valueGuy Harris2003-06-261-2/+2
* From Anders Broman: dissect the "parameter compatibility" parameter.Guy Harris2003-06-251-3/+105
* - get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen2003-04-221-4/+2
* - add better INFO column handling using col_set_fence.Michael Tüxen2003-04-191-3/+3
* From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931Guy Harris2003-04-141-1/+3
* From Jeff Morriss: rather than re-initializing the Info column with eachGuy Harris2003-04-111-6/+53
* From Anders Broman: decode ISUP element User service info as Q.931Guy Harris2003-04-101-2/+5
* From Anders Broman: put the message type in the Info column regardlessGuy Harris2003-03-121-6/+10
* "packet-isup.c" doesn't appear to need to include "packet-ip.h", soGuy Harris2003-02-281-3/+99
* 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