aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-08From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andguy1-1/+5
2003-12-18Make packet offsets, and lengths, "guint".guy1-49/+55
2003-12-17removed some more MSVC warnings (type casting)ulfl1-22/+22
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,guy1-12/+64
2003-11-06From Michael Lum: have the SCCP dissector register itself by name.guy1-2/+4
2003-10-22From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, andguy1-1/+13
2003-09-06Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.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-06-26From Jeff Morriss: use various value_string tables for various ISNIguy1-4/+4
2003-04-19- add better INFO column handling using col_set_fence.tuexen1-9/+7
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.guy1-45/+93
2003-03-21From Jeff Morriss fix:guy1-52/+60
2003-01-02From Jeff Morriss:guy1-8/+27
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-04-13Add an ett_ variable to the "ett[]" array; it was missing.guy1-2/+3
2002-04-02From Jeff Morriss: get rid of an unused function argument.guy1-8/+6
2002-03-06Remove incorrect usage of ?: expression in favor or the correct,gram1-3/+13
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.guy1-1/+2
2002-03-04SCCP support, from Jeff Morriss.guy1-0/+2205