aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
AgeCommit message (Expand)AuthorFilesLines
2013-05-11Now all disectors requiring asn2wrs can be generated usingJörg Mayer1-0/+31
2013-05-05Just whitespace changesJörg Mayer1-3/+4
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-26Make the oid memeber a const.Anders Broman1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+5
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris2-6/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7372 :Pascal Quantin1-3/+7
2011-11-20Get rid of Warnings.Anders Broman2-10/+10
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.Anders Broman2-60/+70
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman2-11/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-9/+9
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...Jeff Morriss1-8/+8
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-7/+7
2009-03-23Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+4
2009-03-09Corrected oid names.Stig Bjørlykke1-2/+2
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-12-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
2008-09-14Use the unmodified DialoguePDUs ASN1 file.Anders Broman3-105/+16
2008-09-14Remove the rest of the ANSI TCAP stuff.Anders Broman3-182/+10
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.Anders Broman3-211/+2
2008-09-13Use original UnidialoguePDUs.Anders Broman3-35/+40
2008-09-13Move the ITU asn1 files to /tcapAnders Broman5-0/+292
2008-07-26Get rid of some unused code warnings.Anders Broman1-1/+4
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...Jeff Morriss1-11/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-3/+4
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-13From Florent DROUIN:Anders Broman2-70/+7
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman2-2/+2
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-14/+14
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...Jeff Morriss1-26/+40
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10Split tcap into tcap and ansi-tcap. Just assume that all theJörg Mayer13-1442/+96
2007-09-17Updated tcap Makefile to also build ANSI TCAP on unix.Stig Bjørlykke1-2/+8
2007-09-17From Florent Drouin: malloc the size of the structure, not the size of a poin...Jeff Morriss1-1/+1
2007-09-13Remove debug code.Anders Broman1-1/+0
2007-09-13Try to protect the hash table...Anders Broman2-7/+15
2007-09-12Warning fixes.Anders Broman2-7/+8
2007-09-12Use the new ANSI TCAP dissector.Anders Broman3-14/+156