aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isdn.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-01Don't bother putting the direction into the ISDN part of the protocolGuy Harris1-13/+1
tree - it's already in there as part of the frame header. svn path=/trunk/; revision=6534
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-0/+229
WTAP_ENCAP_ISDN encapsulation type, which includes a pseudo-header giving the direction (user-to-network or network-to-user) and the channel number. Add a new circuit type, using the ISDN channel number as the circuit ID. Add an ISDN dissector to put the direction and channel number into the protocol tree and to call the appropriate dissector for the payload based on the channel (LAPD for the D channel; V.120, PPP, or data for B channels, based on some heuristics). svn path=/trunk/; revision=6521