aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-03Fixed a bug reported by Martin van der Werff.tuexen1-4/+2
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumjmayer1-3/+3
2004-06-27Added functionality to support multiple ways of structuringtuexen1-109/+112
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-11/+11
2004-04-21From Michael Lum:guy1-3/+35
2004-02-29From Jeff Morriss: dissect the MTP3 routing label regardless of whetherguy1-4/+4
2004-02-26From Jeff Morris: re-add support for WTAP_ENCAP_MTP3, lost in theguy1-1/+7
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,guy1-18/+161
2003-12-03From Jeff Morriss: add support for WTAP_ENCAP_MTP2 and WTAP_ENCAP_MTP3.guy1-1/+7
2003-09-06Fix a comment.guy1-2/+2
2003-09-05Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.guy1-2/+2
2003-09-05Fix up white space.guy1-2/+3
2003-09-05Fixed a bug introduced by my last update and reported for packet-mtp3.ctuexen1-12/+12
2003-09-04Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.tuexen1-3/+12
2003-07-09Fixed a bug reported by Michael Lum regarding the display of the SLStuexen1-2/+2
2003-04-19- add better INFO column handling using col_set_fence.tuexen1-6/+6
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.guy1-15/+61
2003-01-28Panic if a preference starts with the name of the module to which itguy1-4/+1
2003-01-02From Jeff Morriss:guy1-32/+58
2002-06-20From Jeff Morriss:guy1-35/+88
2002-03-04SCCP support, from Jeff Morriss.guy1-22/+19
2002-02-02Small fix from Michael Tuexen.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-11Update mtp3 dissector. Add mtp2 dissector.gram1-216/+153
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-07-07Support for ANSI flavor of MTP3, from Jeff Morriss.guy1-80/+242
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-05-31Make the "short name" of MTP Level 3 just "MTP3", matching what we putguy1-2/+2
2001-05-25Fix Gerald's e-mail address.guy1-2/+2
2001-05-24MTP3 support, from Michael Tuexen.guy1-0/+277