aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
AgeCommit message (Collapse)AuthorFilesLines
2000-01-13Add the NLPID value for PPP.Guy Harris1-11/+4
In Q.931 and Q.2931, the TR 9577 values are NLPIDs, so use "nlpid_vals" to dissect them, and values from "nlpid.h" to refer to them. svn path=/trunk/; revision=1461
1999-12-29Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1-5/+29
"value_string" array for OUIs. Add the OUI for the ATM Forum to that list. Handle the OUI for the ATM Forum in the layer 3 information for ISO TR 9577 in a Broadband Low Layer Information information element (for ATM LANE). Add an initial version of the dissection of TLV values in LANE LE Control frames (I have no frames with TLV values against which to test it, alas). svn path=/trunk/; revision=1385
1999-11-27Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1-60/+4
put it into a subroutine in "packet-arp.c", and call it from "packet-q2931.c". Add a "packet-arp.h" header to hold declarations of routines exported by "packet-atm.c" (other than the ATM dissector itself), moving them out of "packet.h". Use the aforementioned NSAP dissector to display ATM addresses in NSAP format, and display E.164 addresses as ASCII text (under the assumption that they're presented as a string of IA5, i.e. ASCII, characters, just as they are in Q.931). svn path=/trunk/; revision=1124
1999-11-27Minor bug fix.Guy Harris1-2/+2
svn path=/trunk/; revision=1121
1999-11-25Add a pile of stuff from the UNI 3.1 and UNI 4.0 specs.Guy Harris1-230/+631
svn path=/trunk/; revision=1110
1999-11-25Fixes to Q.931 dissector, and additions from a recent copy of Q.931.Guy Harris1-10/+1499
Export some functions from the Q.931 dissector, so the Q.2931 dissector can use them. Add a pile of information element dissection to the Q.2931 dissector. svn path=/trunk/; revision=1104
1999-11-19Beginnings of Q.2931 support.Guy Harris1-0/+291
svn path=/trunk/; revision=1068