aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iua.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.tuexen1-8/+2
2003-04-19- add INFO column stuff using fence.tuexen1-4/+8
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy1-4/+4
2002-12-02Cast the result of "tvb_get_ptr()" to a "const char *", not a "char *".guy1-3/+3
2002-12-02Updated the handling of padding bytes.tuexen1-23/+10
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-60/+60
2002-07-12IUA updates from Michael Tuexen:guy1-724/+640
2002-07-04From Michael Tuexen:guy1-46/+38
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".guy1-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-6/+6
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+6
2001-10-23Fix some field names to begin with "iua", not "hf".guy1-6/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-25/+25
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-7/+1
2001-01-14Updates from Michael Tuexen.guy1-36/+41
2001-01-13Support for dissectors registering themselves with a particular SCTPguy1-1/+3
2001-01-11Update the SCTP dissector, and add a dissector forgram1-0/+1014