Commit Graph

12 Commits

Author SHA1 Message Date
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