aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hnbap.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-20batch of tvb-length conversionsEvan Huus1-8/+8
Change-Id: I5e40df8af6841e3dad71c41d7e43c7971611b15f Reviewed-on: https://code.wireshark.org/review/2473 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
https://www.wireshark.org/lists/wireshark-dev/201406/msg00131.html This reverts commit 246fe2ca4c67d8c98caa84e2f57694f6322e2f96. Change-Id: Ib24bae0198c13a84bd7f731bf4af921212109a8f Reviewed-on: https://code.wireshark.org/review/2430 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
Change-Id: I9209c1271967405c34c1b6fa43e1726a4d3a5a3f Reviewed-on: https://code.wireshark.org/review/2377 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-28/+26
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-08- Forward declaration of register functions.Anders Broman1-7/+9
svn path=/trunk/; revision=53861
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-10/+10
svn path=/trunk/; revision=53382
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ↵Michael Mann1-3/+3
There weren't that many calls, so might as well modify the function than create a need for dissector_try_string_new. svn path=/trunk/; revision=53049
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-55/+55
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-7/+7
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-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-5/+5
svn path=/trunk/; revision=44874
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-55/+55
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
2011-11-10Get rid of an unused function (dissect_hnbap_AccessResult()).Guy Harris1-34/+19
svn path=/trunk/; revision=39789
2011-11-10Set info col for new messages.Anders Broman1-0/+32
svn path=/trunk/; revision=39787
2011-11-10Update HNBAP to V10.1.0 (2011-06)Anders Broman1-67/+826
svn path=/trunk/; revision=39786
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-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-40/+40
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-05-13Update to V9.1.0 (2010-03)Anders Broman1-10/+49
svn path=/trunk/; revision=32778
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 more of the ASN.1 dissectorsJeff Morriss1-101/+101
svn path=/trunk/; revision=32744
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
svn path=/trunk/; revision=32405
2010-03-16Remove trailing semicolonKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=32209
2010-03-12From Mark Wallis:Anders Broman1-53/+35
Fix up proto and info columns. svn path=/trunk/; revision=32175
2010-03-04From Mark Wallis:Anders Broman1-16/+112
Improvements to newHNBAP Iuh dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4553 Removed check_col() from the patch as it's no longer needed. svn path=/trunk/; revision=32109
2010-02-28Try to remove unused code warnings, update HNBAP to 9.0.0.Anders Broman1-28/+97
svn path=/trunk/; revision=32057
2010-02-24From Neil Piercy:Anders Broman1-0/+2421
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files svn path=/trunk/; revision=31989