aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q933.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-2150/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-03-06Propagate to the Q.933 dissector Tomas Kukosa's change to have 3, not 4,Guy Harris1-3/+4
bits of codeset in an IE (that's how many bits of codeset there are). Make the "q933_info_element_vals[]" array have NUM_INFO_ELEMENT_VALS members and define NUM_INFO_ELEMENT_VALS be (Q933_IE_SHIFT_CODESET+1), as that array should have the number of codesets worth of elements. svn path=/trunk/; revision=10332
2004-03-06Propagate to the Q.933 dissector Anders Broman's change to the Q.931Guy Harris1-17/+27
dissector to add more filterable fields. svn path=/trunk/; revision=10331
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris1-3/+3
routines. svn path=/trunk/; revision=10094
2003-11-03Apply Anders Broman's changes to the Q.931 dissector to the Q.933Guy Harris1-75/+70
dissector: fix the meaning of the extension bit, and add some more bitfields. svn path=/trunk/; revision=8870
2003-10-30Apply Anders Broman's changes to the Q.931 dissector to the Q.933Guy Harris1-31/+45
dissector: fix the offset when putting the cause code in a Cause IE into the protocol tree; in a Number IE, show the number type, numbering plan, and extension indicator as named-field bitfields. svn path=/trunk/; revision=8829
2003-09-03Get rid of stuff not used in Q.933.Guy Harris1-44/+1
svn path=/trunk/; revision=8360
2003-09-03Q.933 dissector. (Not complete.)Guy Harris1-0/+2173
svn path=/trunk/; revision=8350