Commit Graph

20 Commits

Author SHA1 Message Date
Guy Harris 8227fb1077 From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable and
optional pointers.

svn path=/trunk/; revision=9600
2004-01-08 20:19:04 +00:00
Guy Harris 3021f95346 Make packet offsets, and lengths, "guint".
Put in some sanity checking to make sure we don't go completely crazy if
an offset goes past the length (we should check as the offset is
advanced, but...).

svn path=/trunk/; revision=9338
2003-12-18 00:43:48 +00:00
Ulf Lamping bdcf77c036 removed some more MSVC warnings (type casting)
svn path=/trunk/; revision=9332
2003-12-17 23:35:29 +00:00
Guy Harris d06dc0727a From Michael Lum: support an AT_SS7PC address type for SS7 point codes,
and set the direction in pinfo for SS7 packets based on source and
destination addresses.

svn path=/trunk/; revision=9209
2003-12-08 21:36:53 +00:00
Guy Harris 4f956c7bcd From Michael Lum: have the SCCP dissector register itself by name.
svn path=/trunk/; revision=8896
2003-11-06 09:28:40 +00:00
Guy Harris 0d2ca9cd2b From Michael Lum: add new SSN values for RANAP, IOS, and BSSAP/BSAP, and
add a heuristic subdissector list.

svn path=/trunk/; revision=8750
2003-10-22 20:12:02 +00:00
Guy Harris 52391a1c35 Check COL_PROTOCOL, not COL_INFO, before updating COL_PROTOCOL.
Fix up white space.

svn path=/trunk/; revision=8398
2003-09-06 00:04:45 +00:00
Michael Tüxen 2d44a636e9 Fixed a bug introduced by my last update and reported for packet-mtp3.c
by Anders Broman.

svn path=/trunk/; revision=8394
2003-09-05 20:11:45 +00:00
Michael Tüxen 16d75dc6fe Indicate the Standard (ITU, ANSI, Chin. ITU) in the protocol column.
svn path=/trunk/; revision=8370
2003-09-04 14:30:18 +00:00
Guy Harris f83233224a From Jeff Morriss: use various value_string tables for various ISNI
parameter fields.

svn path=/trunk/; revision=7937
2003-06-26 06:28:47 +00:00
Michael Tüxen d8b05d1729 - add better INFO column handling using col_set_fence.
- change my e-mail.

svn path=/trunk/; revision=7502
2003-04-19 20:13:23 +00:00
Guy Harris 1bba417d59 From Jeff Morriss: add support for the Chinese ITU variant of SS7.
svn path=/trunk/; revision=7438
2003-04-10 18:52:15 +00:00
Guy Harris e086394a98 From Jeff Morriss fix:
- endianism issues in most multi-octet parameters
	- the size of pointers to variable and optional parameters in the LUDT
	and LUDTS messages (ITU only)

svn path=/trunk/; revision=7358
2003-03-21 23:05:25 +00:00
Guy Harris 87ed53914b From Jeff Morriss:
make ANSI point codes filterable in MTP3;

	fix a bug in the ANSI SLS dissection;

	have MTP3 store the SI for use by subdissectors;

	add a new MTP3-Management dissector.

Fix Makefile.nmake to include the Wellfleet HDLC dissector.

svn path=/trunk/; revision=6837
2003-01-02 20:44:32 +00:00
Jörg Mayer 173fe5aef4 Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the toplevel directory. The removal of winsock2.h will
hopefully not cause any problems under MSVC++, as those files using
struct timeval still include wtap.h, which still includes winsock2.h.

svn path=/trunk/; revision=5932
2002-08-02 23:36:07 +00:00
Guy Harris a4729fac35 Add an ett_ variable to the "ett[]" array; it was missing.
svn path=/trunk/; revision=5154
2002-04-13 22:34:17 +00:00
Guy Harris 78216336d8 From Jeff Morriss: get rid of an unused function argument.
Use -1 rather than "tvb_length(tvb)" as the length for the top-level
protocol item.

Don't initialize "sccp_item" - it's not used if "tree" is null.

svn path=/trunk/; revision=5089
2002-04-02 22:42:11 +00:00
Gilbert Ramirez 6ff05ff765 Remove incorrect usage of ?: expression in favor or the correct,
and more readable, "if" statement.

svn path=/trunk/; revision=4890
2002-03-06 17:56:28 +00:00
Guy Harris fdedf9703c From Michael Tuexen: SCCP-atop-M3UA support.
svn path=/trunk/; revision=4867
2002-03-05 00:09:21 +00:00
Guy Harris 231011fbe5 SCCP support, from Jeff Morriss.
svn path=/trunk/; revision=4866
2002-03-04 22:39:22 +00:00