aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdlc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris1-2/+2
packets that have one. Add an argument to "dissect_xdlc_control()" to indicate whether it should append the information to the Info field or just put it in the Info field. Use the #defines for the DLCI bitfields to extract the DLCI bits when constructing the DLCI. svn path=/trunk/; revision=8335
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris1-0/+164
includes adding an SDLC dissector. svn path=/trunk/; revision=6848