aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-5/+5
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-24/+22
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-09Reject the packet if data is NULL. For now, leave the ↵Chris Maynard1-3/+6
DISSECTOR_ASSERT(rose_ctx_tmp) since get_rose_ctx() also checks the signature, which might be invalid even if data is not NULL. svn path=/trunk/; revision=53896
2013-12-07- Make local functions static.Anders Broman1-5/+8
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-8/+8
svn path=/trunk/; revision=53061
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-9/+9
svn path=/trunk/; revision=52125
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
svn path=/trunk/; revision=51852
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-15/+16
found a bunch more asn1 dissectors using emem without ever directly including the header. Convert those to wmem as well, which involves add a number of #include directives since dissectors do *not* automatically pull in the wmem headers. svn path=/trunk/; revision=50066
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-4/+4
svn path=/trunk/; revision=49927
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while ↵Michael Mann1-6/+16
doing the filter conversions. svn path=/trunk/; revision=49893
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-6/+6
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
svn path=/trunk/; revision=45110
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-3/+3
svn path=/trunk/; revision=44861
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
proto_tree_add_item() calls. svn path=/trunk/; revision=42524
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-28/+28
svn path=/trunk/; revision=37118
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-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.) svn path=/trunk/; revision=35224
2010-09-08Do not report undecoded message to expert info for ReturnResult without ↵Tomas Kukosa1-8/+11
result filed svn path=/trunk/; revision=34076
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff 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. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-24/+24
svn path=/trunk/; revision=32746
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-7/+5
svn path=/trunk/; revision=32417
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa1-5/+15
svn path=/trunk/; revision=29534
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-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 svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-6/+5
svn path=/trunk/; revision=27391
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-14/+10
svn path=/trunk/; revision=24525
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-18/+22
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24249
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2007-10-17- register QSIG over SIPTomas Kukosa1-2/+2
- regenerate Q932, Q932-ROS, QSIG from new makefiles svn path=/trunk/; revision=23215
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-38/+74
move common ROS code into ros/ros-*.cnf files svn path=/trunk/; revision=22936
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-20QSIG fully implementedTomas Kukosa1-20/+23
svn path=/trunk/; revision=22361
2007-07-19get rid of few warningsTomas Kukosa1-97/+18
svn path=/trunk/; revision=22355
2007-07-19change QSIG tables structure so as they can be generated automatically from ↵Tomas Kukosa1-15/+21
ASN.1 in the next step svn path=/trunk/; revision=22354
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-83/+77
svn path=/trunk/; revision=22349
2007-07-13- get rid of anonymous unionsTomas Kukosa1-2/+2
- move some structures from packet-per and packet-q932-ros to asn1.h svn path=/trunk/; revision=22295
2007-06-25- fix field type FT_... for SelectionTypeTomas Kukosa1-1/+1
- fix OPTIONAL handling in CLASS definition - Q.932 ROS regenerated svn path=/trunk/; revision=22184
2007-06-06Q.932 ROS regenerated from original ASN.1 sourceTomas Kukosa1-21/+91
svn path=/trunk/; revision=22055
2007-06-05Q.932 and QSIG regenerated with -X (new BER) optionTomas Kukosa1-145/+73
svn path=/trunk/; revision=22044
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-35/+35
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-9/+9
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-99/+102
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-23/+23
svn path=/trunk/; revision=21705
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa1-2/+4
svn path=/trunk/; revision=21677
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-2/+2
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662