aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-28/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37118 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-08Do not report undecoded message to expert info for ReturnResult without ↵kukosa1-8/+11
result filed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34076 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-7/+7
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-24/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32746 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-7/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-11Make all proto_* values static.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-24Expert info for undecoded Q.932 and H.450 operationskukosa1-5/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29534 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27391 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-14/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24525 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-18/+22
If we get some truncated strings we probably overwrote some buffers... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24249 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17- register QSIG over SIPkukosa1-2/+2
- regenerate Q932, Q932-ROS, QSIG from new makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23215 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa1-38/+74
move common ROS code into ros/ros-*.cnf files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22936 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-20QSIG fully implementedkukosa1-20/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22361 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-19get rid of few warningskukosa1-97/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22355 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-19change QSIG tables structure so as they can be generated automatically from ↵kukosa1-15/+21
ASN.1 in the next step git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22354 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-18rose_ctx_t structure usage in Q.932 dissectorkukosa1-83/+77
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22349 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-13- get rid of anonymous unionskukosa1-2/+2
- move some structures from packet-per and packet-q932-ros to asn1.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22295 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-25- fix field type FT_... for SelectionTypekukosa1-1/+1
- fix OPTIONAL handling in CLASS definition - Q.932 ROS regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22184 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-06Q.932 ROS regenerated from original ASN.1 sourcekukosa1-21/+91
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22055 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionkukosa1-145/+73
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22044 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-35/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21889 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15actx in the rest of dissect_ber..()letxrab1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21773 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-99/+102
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Start introducing actx to ber functions.etxrab1-23/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21705 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-04fix few warnings in Q.932 and QSIG dissectorskukosa1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21677 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-2/+2
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and makeguy1-26/+26
it a lot more like the Makefile.nmake file. Also, use $(PROTOCOL_NAME) in a couple of places in Makefile.nmake where it wasn't being used before. (It might be interesting to see whether we can use a template for these Makefiles, and just tweak some variables at the beginning.) That lets us get a Q.932 ROS dissector with the right file name and with "q932.ros" rather than "q932-ros" as the dissector name; do that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21625 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-30The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROSguy1-33/+35
dissector does. The fix to the Makefile to generate packet-q932-ros.c changed the protocol name in some cases; change it uniformly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21622 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-27new Q.932 and QSIG dissectorskukosa1-0/+858
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21602 f5534014-38df-0310-8fa8-9805f1628bb7