Add a "dissect_xdlc_control()" routine, to dissect the control field of
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Aug 1999 06:15:07 +0000 (06:15 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Aug 1999 06:15:07 +0000 (06:15 +0000)
SDLC-derived protocols such as HDLC and derivatives of it such as LAPB,
IEEE 802.2 LLC, and so on.  Have the LLC and LAPB dissectors use it.

Make "dissect_numeric_bitfield()" put the low-order bit of the bitfield
in the low-order bit of an integer when printing it, so that the right
value is printed.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@436 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index 2816c6e7b4a05d4f96475996d9673d8da92714eb..1e2d1a07412dc4c7b8506e1847f3cde5afb157b5 100644 (file)
@@ -74,7 +74,8 @@ OBJECTS=capture.obj column.obj dfilter-grammar.obj dfilter-scanner.obj \
        packet-vines.obj \
        packet-x25.obj \
        packet.obj prefs.obj print.obj proto.obj ps.obj \
-       resolv.obj snprintf.obj strerror.obj summary.obj util.obj
+       resolv.obj snprintf.obj strerror.obj summary.obj util.obj \
+       xdlc.obj
 
 LIBS= wiretap\libwtap.lib wsock32.lib \
        $(GTK_DIR)\gtk\gtk-$(GTK_VERSION).lib \