guy 2001/12/08 00:41:46 CST
Modified files:
. packet-atalk.c packet-bacapp.c
packet-bacnet.c packet-bvlc.c
packet-chdlc.c packet-ethertype.c
packet-fr.c packet-frame.c packet-gre.c
packet-http.c packet-ip.c packet-ipx.c
packet-llc.c packet-mtp3.c packet-null.c
packet-osi.c packet-pgm.c packet-ppp.c
packet-sctp.c packet-sua.c packet-tcp.c
packet-udp.c packet-vines.c packet-wsp.c
packet-x25.c
Log:
Attach a descriptive name field type and base to dissector tables; that
specifies how the selector values used as keys in those tables are to be
displayed, and the title to use when displaying the table.
Use that information in the code to display the initial and current
entries of various dissector tables.
Have the dissector for BACnet APDUs register itself by name, and have
the BACnet NPDU dissector call it iff the BAC_CONTROL_NET bit isn't set,
rather than doing it with a dissector table.
Revision Changes Path
1.59 +3 -2 ethereal/packet-atalk.c
1.7 +4 -5 ethereal/packet-bacapp.c
1.7 +8 -9 ethereal/packet-bacnet.c
1.7 +3 -2 ethereal/packet-bvlc.c
1.8 +3 -2 ethereal/packet-chdlc.c
1.23 +3 -2 ethereal/packet-ethertype.c
1.26 +3 -2 ethereal/packet-fr.c
1.13 +3 -2 ethereal/packet-frame.c
1.48 +3 -2 ethereal/packet-gre.c
1.43 +3 -2 ethereal/packet-http.c
1.151 +3 -2 ethereal/packet-ip.c
1.97 +5 -3 ethereal/packet-ipx.c
1.92 +5 -3 ethereal/packet-llc.c
1.6 +3 -2 ethereal/packet-mtp3.c
1.50 +3 -2 ethereal/packet-null.c
1.51 +3 -2 ethereal/packet-osi.c
1.11 +3 -2 ethereal/packet-pgm.c
1.80 +3 -2 ethereal/packet-ppp.c
1.23 +5 -3 ethereal/packet-sctp.c
1.3 +4 -2 ethereal/packet-sua.c
1.122 +3 -2 ethereal/packet-tcp.c
1.99 +3 -2 ethereal/packet-udp.c
1.37 +3 -2 ethereal/packet-vines.c
1.49 +3 -2 ethereal/packet-wsp.c
1.61 +3 -2 ethereal/packet-x25.c