aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sccp.c
Commit message (Expand)AuthorAgeFilesLines
* From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andGuy Harris2004-01-081-1/+5
* Make packet offsets, and lengths, "guint".Guy Harris2003-12-181-49/+55
* removed some more MSVC warnings (type casting)Ulf Lamping2003-12-171-22/+22
* From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris2003-12-081-12/+64
* From Michael Lum: have the SCCP dissector register itself by name.Guy Harris2003-11-061-2/+4
* From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, andGuy Harris2003-10-221-1/+13
* Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.Guy Harris2003-09-061-2/+3
* Fixed a bug introduced by my last update and reported for packet-mtp3.cMichael Tüxen2003-09-051-12/+12
* Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.Michael Tüxen2003-09-041-3/+12
* From Jeff Morriss: use various value_string tables for various ISNIGuy Harris2003-06-261-4/+4
* - add better INFO column handling using col_set_fence.Michael Tüxen2003-04-191-9/+7
* From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris2003-04-101-45/+93
* From Jeff Morriss fix:Guy Harris2003-03-211-52/+60
* From Jeff Morriss:Guy Harris2003-01-021-8/+27
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Add an ett_ variable to the "ett[]" array; it was missing.Guy Harris2002-04-131-2/+3
* From Jeff Morriss: get rid of an unused function argument.Guy Harris2002-04-021-8/+6
* Remove incorrect usage of ?: expression in favor or the correct,Gilbert Ramirez2002-03-061-3/+13
* From Michael Tuexen: SCCP-atop-M3UA support.Guy Harris2002-03-051-1/+2
* SCCP support, from Jeff Morriss.Guy Harris2002-03-041-0/+2205