Commit Graph

5 Commits

Author SHA1 Message Date
Guy Harris cdc06969c7 Changes from Gerrit Gehnen to
1) fix some problems with the SINEC H1 dissector;

	2) make it easier to plug in other dissectors atop OSI transport
	   protocols (by making the H1 dissector return an indication of
	   whether it recognizes the packet as an H1 packet or not, so
	   that, if it doesn't, additional dissectors can be tried).

svn path=/trunk/; revision=1895
2000-04-28 19:35:41 +00:00
Guy Harris 39f6622feb Fix a typo.
svn path=/trunk/; revision=1840
2000-04-13 06:26:31 +00:00
Guy Harris 4784fd0050 GCC doesn't mind
switch (xxx) {

		...

	default:
	}

but Microsoft Visual C++ 6.0 insists that there be a statement following
the "default:" label, and other compilers may do the same - put in a
"break;" statement.

svn path=/trunk/; revision=1681
2000-03-02 08:59:36 +00:00
Guy Harris 15b367981a Get rid of C++-style comments, as they peeve some C compilers.
svn path=/trunk/; revision=1679
2000-03-02 07:38:02 +00:00
Guy Harris fa942a502f Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens Industrial
Ethernet; used for communication with Siemens S5 PLC's over Ethernet),
and his changes to display OSI COTP TSAPs that consist solely of
printable characters as text rather than as hex data and to decode the
version number resource in COTP.

svn path=/trunk/; revision=1677
2000-03-02 07:27:05 +00:00