aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-3/+3
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-29/+29
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-04-08Replace deprecated tvb_length with tvb_reported_length.AndersBroman1-6/+6
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-6/+5
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-5/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-24/+22
2013-12-09Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT(rose_...Chris Maynard1-3/+6
2013-12-07- Make local functions static.Anders Broman1-5/+8
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-8/+8
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-9/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-15/+16
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-4/+4
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-6/+16
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-6/+6
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-28/+28
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-09-08Do not report undecoded message to expert info for ReturnResult without resul...Tomas Kukosa1-8/+11
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-7/+7
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-24/+24
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-7/+5
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa1-5/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-6/+5
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-14/+10
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-18/+22
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-10-17- register QSIG over SIPTomas Kukosa1-2/+2
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-38/+74
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
2007-07-20QSIG fully implementedTomas Kukosa1-20/+23