aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig
Commit message (Expand)AuthorAgeFilesLines
* Some more protocols can be generated via cmakeJörg Mayer2013-05-101-0/+60
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-5/+5
* -Wmissing-prototypesAnders Broman2013-03-281-0/+3
* From beroset:Anders Broman2013-03-191-3/+3
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-2/+2
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-6/+6
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-091-1/+1
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-4/+4
* Don't generate the conformance file for exported types when building theJeff Morriss2011-10-141-1/+1
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-5/+0
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier2011-10-061-4/+4
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-051-144/+144
* From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :Jeff Morriss2011-05-066-419/+506
* QSIG: decoding of PSS1InformationElementTomas Kukosa2011-03-012-0/+16
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-5/+5
* Initialize a variable to squash a compiler warning.Ronnie Sahlberg2010-02-041-1/+1
* One warning fixedTomas Kukosa2010-02-041-1/+2
* Support QSIG using global opcode 1.3.12.9.op instead of local one (some old Q...Tomas Kukosa2010-02-041-3/+45
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-241-1/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-231-5/+5
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* #include prefs.h not req'dBill Meier2009-01-281-1/+0
* Minor cleanup mostly related to proto_reg_handoffBill Meier2008-11-041-6/+2
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-212-3/+9
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-0/+1
* ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2007-12-101-2/+0
* - register QSIG over SIPTomas Kukosa2007-10-171-0/+5
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-1/+0
* create exported cnf file for Q.932 and QSIGTomas Kukosa2007-10-151-1/+2
* - Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer2007-10-111-1/+1
* Another -exp.cnf file that managed to escape notice...Jörg Mayer2007-10-101-490/+0
* more makefiles changed to new export mechanismTomas Kukosa2007-10-103-1/+5
* change QSIQ ASN.1 dissector to the new makefile structureTomas Kukosa2007-10-084-57/+126
* Adding SYNC-SIG.asn twice is not such a good idea...Stig Bjørlykke2007-09-181-1/+1
* missing SYNC-SIG.asn in unix makefileTomas Kukosa2007-09-181-1/+1
* Support of QSIG ExtensionsTomas Kukosa2007-09-173-31/+55
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-58/+58
* QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa2007-07-246-37/+185
* kukosa has replaced these with uppercase variants (he should have svn mv'ed t...Richard van der Hoff2007-07-202-434/+0
* QSIG fully implementedTomas Kukosa2007-07-2033-263/+4924
* get rid of few warningsTomas Kukosa2007-07-191-3/+3
* change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa2007-07-192-363/+349