Ethereal-dev: [ethereal-dev] diffserv dissector from IPv6

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jun-ichiro itojun Hagino <itojun@xxxxxxxxxx>
Date: Tue, 13 Jun 2000 22:23:33 +0900
	packet-ip.c includes diffserv field (in TOS field) dissector.
	From what I understand, we should decode IPv6 traffic class field
	exactly the same way.  How should I avoid code duplicate?
	(luckily for IPv6, it is not necessary to decode the traffic class
	field in the old way - we can always decode the field in diffserv
	context - at least at this moment)

itojun