aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ulp.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-21batch of tvb-length conversionsEvan Huus1-1/+1
Change-Id: I76ca4d075756e3ac691070e0c05344a410ea2498 Reviewed-on: https://code.wireshark.org/review/2507 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
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-1/+1
Change-Id: I9209c1271967405c34c1b6fa43e1726a4d3a5a3f Reviewed-on: https://code.wireshark.org/review/2377 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-17ULP: upgrade dissector to approved version 2.0.1Pascal Quantin1-3/+11
Change-Id: I9d7b16c450cb99aa1d66b0a180241c36f8869637 Reviewed-on: https://code.wireshark.org/review/716 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-13ULP: add UDP transportPascal Quantin1-36/+46
and fix indent (use 2 spaces) Change-Id: I558616e3030a55a845cd4ba31ac32f08bdf8376d Reviewed-on: https://code.wireshark.org/review/634 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-16/+14
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-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-22/+22
svn path=/trunk/; revision=53382
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using ↵Michael Mann1-8/+12
"new" style dissectors. Now that "bytes consumed" can be determined, should tcp_dissect_pdus() take advantage of that? Should tcp_dissect_pdus return length (bytes consumed)? There are many dissectors that just call tcp_dissect_pdus() then return tvb_length(tvb). Seems like that could all be rolled into one. svn path=/trunk/; revision=53198
2013-10-20Put PDU dissection in protocol treePascal Quantin1-12/+19
svn path=/trunk/; revision=52724
2013-10-20Fix a typoPascal Quantin1-4/+1
svn path=/trunk/; revision=52719
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-9/+7
svn path=/trunk/; revision=49927
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-174/+174
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
2013-03-28-Wmissing-prototypesAnders Broman1-6/+8
svn path=/trunk/; revision=48609
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42562
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n ↵Anders Broman1-15/+36
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6851 svn path=/trunk/; revision=41085
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-19/+19
svn path=/trunk/; revision=37118
2011-01-27The attemt to pretify MSISDN and IMSI breaks the dissection.Anders Broman1-65/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 svn path=/trunk/; revision=35679
2011-01-19Updated to OMA-TS-ULP-V2_0-20100806-DAnders Broman1-6/+133
with asn1 files from eyimjia. Files hand edited to pass as2wrs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5593 (Does not fix the bug) svn path=/trunk/; revision=35577
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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-12-06Make some (preference) variables static.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35134
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-21/+21
- 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-577/+577
svn path=/trunk/; revision=32747
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
svn path=/trunk/; revision=32405
2010-01-27Use generated file from latest asn1 ...Bill Meier1-11/+9
svn path=/trunk/; revision=31700
2010-01-01Update to OMA-TS-ULP-V2_0-20091208-CAnders Broman1-185/+6021
svn path=/trunk/; revision=31397
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-3/+3
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251 svn path=/trunk/; revision=31047
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-19/+19
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+45
(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
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-6/+6
svn path=/trunk/; revision=28379
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-5/+5
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+6
svn path=/trunk/; revision=27390
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-20/+27
svn path=/trunk/; revision=26698
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-32/+32
svn path=/trunk/; revision=26670
2007-10-29asn2wrsTomas Kukosa1-10/+10
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files svn path=/trunk/; revision=23309
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-08-09Register by name.Anders Broman1-0/+2
svn path=/trunk/; revision=22477
2007-07-03Fix dissection of IP addresses in unaligned PER.Anders Broman1-13/+63
Add dissection of MSISDN and IMSI to the ULP dissector. svn path=/trunk/; revision=22233
2007-06-20Show IPv4/IPv6 addresses as such.Anders Broman1-2/+3
svn path=/trunk/; revision=22147
2007-05-25get rid of few warningsTomas Kukosa1-43/+43
svn path=/trunk/; revision=21933
2007-05-24fix rrlp subdissector callingTomas Kukosa1-22/+43
svn path=/trunk/; revision=21921
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-23/+23
- PER dissectors regenerated svn path=/trunk/; revision=21919
2007-05-15ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ↵Tomas Kukosa1-420/+384
– 22 Jan 2007 svn path=/trunk/; revision=21778
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-9/+10
svn path=/trunk/; revision=21635
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-122/+122
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088