aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rua
AgeCommit message (Collapse)AuthorFilesLines
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=45015
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-5/+5
svn path=/trunk/; revision=44874
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-10/+10
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
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 Broman6-10/+9
svn path=/trunk/; revision=32779
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-03-12From Mark Wallis:Anders Broman2-41/+31
Fix up proto and info columns. svn path=/trunk/; revision=32175
2010-03-08Build without warnings.Stig Bjørlykke2-1/+1
svn path=/trunk/; revision=32142
2010-03-04From Mark Wallis:Anders Broman2-31/+110
Improvements to new RUA Iuh dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4552 Removed check_col() from the patch as it's no longer needed. svn path=/trunk/; revision=32108
2010-03-02Update to 9.0.0Anders Broman7-8/+22
svn path=/trunk/; revision=32083
2010-02-28Try to remove unused code warnings, update HNBAP to 9.0.0.Anders Broman1-0/+1
svn path=/trunk/; revision=32057
2010-02-24From Neil Piercy:Anders Broman11-0/+1233
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=31988