aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05Regenerate ANSI MAP dissectorPascal Quantin1-1/+1
svn path=/trunk/; revision=46948
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
svn path=/trunk/; revision=46292
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-08-18make hash key session scopedMichael Mann1-21/+8
cleanup g_snprintf svn path=/trunk/; revision=44565
2012-08-18Mark a parameter as unused.Guy Harris1-6/+1
Clean up indentation and get rid of trailing white space. svn path=/trunk/; revision=44562
2012-08-18epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generatedGuy Harris1-5/+4
from the files in asn1/ansi_map. Update packet-ansi_map-template.c to reflect the use of session-scope-allocated data for the saved invoke data, and regenerate the dissector - which means that TransactionId_table_cleanup() still exists, and is still used, it just frees only the hash table key, which is g_strdup()ed, not the value, which is automatically freed when the session-scope-allocated data is all freed. svn path=/trunk/; revision=44561
2012-08-18Use capture scoped memory for hash table functionalityMichael Mann1-2/+1
svn path=/trunk/; revision=44558
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-19Fix RVALS() macro usagepascal1-1/+1
svn path=/trunk/; revision=42720
2012-04-11The trial period is arguably over - no need for packet-ansi_map.c toGuy Harris1-13/+3
have its own #if 0'ed out definition of dgt_set_t. svn path=/trunk/; revision=42020
2012-04-11Get rid of redundant Dgt1_9_bcd digit set - passing NULL as the digitGuy Harris1-77/+70
set uses tvb_bcd_dig_to_ep_str()'s default digit set, which is the same. Clean up white space (no 4-space tab characters). svn path=/trunk/; revision=42019
2012-03-11Do not assign a value to itself.Stig Bjørlykke1-21/+17
svn path=/trunk/; revision=41482
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-14/+6
svn path=/trunk/; revision=41211
2012-01-18Fix some duplicate display filter names.Chris Maynard1-6/+6
svn path=/trunk/; revision=40568
2011-11-19Get rid of Warnings.Anders Broman1-8/+8
svn path=/trunk/; revision=39951
2011-11-18Use tvb_bcd_dig_to_ep_str().Anders Broman1-44/+6
svn path=/trunk/; revision=39929
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-9/+9
(previously missed). svn path=/trunk/; revision=39451
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ↵Bill Meier1-2/+2
types FT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. Always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). svn path=/trunk/; revision=39428
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-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-105/+105
Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_BOOLEAN FT_IPv4 FT_EUI64 FT_GUID FT_UINT_STRING Also: For type FT_IPv6 use ENC_NA. (This was missed in SVN #39260) svn path=/trunk/; revision=39332
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 ↵Bill Meier1-97/+97
dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE svn path=/trunk/; revision=39294
2011-07-21Try to do a more syntactically correct import.Anders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6150 svn path=/trunk/; revision=38159
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on ↵Jeff Morriss1-6/+6
the -dev list. svn path=/trunk/; revision=37259
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity canGerald Combs1-56/+56
locate their template files. svn path=/trunk/; revision=36569
2011-02-07Add a missing IE found in trace from ↵Anders Broman1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5637 svn path=/trunk/; revision=35842
2011-02-05Remove debug printouts.Anders Broman1-6/+7
svn path=/trunk/; revision=35834
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman1-17/+49
tracking. svn path=/trunk/; revision=35822
2011-01-16From Porus Mehta:Anders Broman1-7/+7
Corrections to ANSI MAP ASN.1 specifications. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5584 svn path=/trunk/; revision=35556
2010-12-28Add tvb_bcd_dig_to_ep_str()Anders Broman1-4/+8
/* * Given a tvbuff, an offset into the tvbuff, and a length that starts * at that offset (which may be -1 for "all the way to the end of the * tvbuff"), fetch BCD encoded digits from a tvbuff starting from either * the low or high half byte, formating the digits according to an input digit set, * if NUll a default digit set of 0-9 returning "?" for overdecadic digits will be used. * A pointer to the EP allocated string will be returned. * Note a tvbuff content of 0xf is considered a 'filler' and will end the conversion. */ svn path=/trunk/; revision=35286
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
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-11-16Use value_string_ext fcns to access several value_string arrays;Bill Meier1-66/+87
Minor whitespace cleanup. svn path=/trunk/; revision=34900
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-5/+5
- 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 of the ASN.1 dissectorsJeff Morriss1-547/+547
svn path=/trunk/; revision=32742
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-7/+5
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
svn path=/trunk/; revision=32405
2010-04-01Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest ↵Anders Broman1-1/+1
message. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4637 svn path=/trunk/; revision=32354
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-4/+4
svn path=/trunk/; revision=31961
2010-01-13From Didier Gautheron:Anders Broman1-6/+2
col_clear.diff Remove calls to col_clear : - called twice. - before functions which also clear the column - by replacing col_clear + col_append_xxx with col_add_xxx https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31517
2010-01-07From Michael Lum:Anders Broman1-16/+20
Fixes for E911 mobile positioning capability and Handoff Back2. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4373 svn path=/trunk/; revision=31462
2009-12-18Dissect NumberPortabilityRequest return result.Anders Broman1-2/+42
svn path=/trunk/; revision=31306
2009-11-19From Michael Lum:Anders Broman1-4/+47
The attached patch calls the tap to allow the number of each type of message to be counted. The patch does not fix the "size"/number of octets column that is all zeroes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4253 svn path=/trunk/; revision=31027
2009-11-19From Michael Lum:Anders Broman1-0/+18
MEID missing from some messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4252 svn path=/trunk/; revision=31025
2009-11-17Mobile On Channel carries no data.Anders Broman1-1/+1
svn path=/trunk/; revision=30998
2009-09-15Don't call check_col(). Add a space at the end of each COL_INFO entry to ↵Jeff Morriss1-21/+13
make the column more readable when SCTP bundles multiple messages together. svn path=/trunk/; revision=29922
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-115/+115
1) This indicates that the string has ephemeral lifetime 2) More consistent with its existing seasonal counterpart, se_address_to_str(). svn path=/trunk/; revision=29747
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=29345
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-12/+12
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-429/+429
(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