aboutsummaryrefslogtreecommitdiffstats
path: root/packet-m3ua.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-6/+6
2004-03-25Fix tags for 07 version.tuexen1-4/+4
2004-03-23Added support for version 07 of the ID.tuexen1-12/+229
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,guy1-2/+1
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.ctuexen1-12/+12
2003-09-04From Anders Broman: add translation of SI values to strings.guy1-2/+2
2003-09-04Indicate the version in the protocol column only if multiple versions are sup...tuexen1-2/+12
2003-09-02From Anders Broman: add a few more user IDs to the M3UA Service Indicator.guy1-1/+12
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.tuexen1-11/+4
2003-04-19- add INFO column stuff using fence.tuexen1-82/+58
2003-04-12From Jeff Morriss: don't put stuff in the Info column if a subdissectorguy1-13/+37
2003-02-18Fixed a bug in the calculation of number of routing contexts.tuexen1-4/+3
2003-01-28Minor corrections and modifications.tuexen1-40/+38
2003-01-27Fix a similar problem in the RFC 3332 version of the protocol.guy1-4/+4
2003-01-27From Jeff Morriss: dissect parameters regardless of whether a protocolguy1-3/+15
2003-01-22Added support for version 05 of the (expired) ID describing M3UA.tuexen1-1049/+908
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy1-3/+3
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-146/+146
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-01From Joerg Mayer: get rid of an unused argument.guy1-3/+3
2002-03-28From Michael Tuexen: update to draft-ietf-sigtran-m3ua-12.guy1-138/+139
2002-03-02Typo fix, from Michael Tuexen.guy1-2/+2
2002-02-26From Michael Tuexen: support for another message type.guy1-1/+4
2002-02-25Editorial corrections, from Michael Tuexen.guy1-10/+26
2002-01-31From Michael T�xen: updates to support versions 6 and 10 of the SIGTRANguy1-447/+1350
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
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-6/+6
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-21/+21
2001-05-24MTP3 support, from Michael Tuexen.guy1-13/+20
2001-04-23Get rid of unnecessary includes.guy1-3/+1
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soguy1-2/+2
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-14Updates from Michael Tuexen.guy1-42/+42
2001-01-13Update from Michael Tuexen.guy1-1/+3
2001-01-10M3UA (MTP3 User Adaptation layer) support, from Michael Tuexen.guy1-0/+973