aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2-0/+2
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-7/+3
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-6/+4
2013-12-02If data is NULL, the bug, if any, is not with *this* dissector, but with whic...Chris Maynard1-9/+6
2013-12-01Copy over rev 53700 to cmakeJörg Mayer1-2/+2
2013-12-01Update to V11.7.1 (2013-09)Anders Broman4-3/+1655
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-4/+4
2013-11-26From Vineeth:Anders Broman4-2/+799
2013-11-25Fix a shadowed declaration error when compiling with gcc 4.3.2Pascal Quantin1-3/+3
2013-11-25Prettify LTE Positioning Protocol dissectionPascal Quantin2-39/+2586
2013-11-24Dissect UE Rx - Tx time difference fieldPascal Quantin2-0/+17
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus4-24/+28
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann5-17/+17
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+4
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+2
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin2-3/+5
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-3/+2
2013-11-12Add "T.38 handle protection" inside t38_add_address() so dissectors calling i...Michael Mann2-4/+2
2013-11-10Pass "wild_card" directly to dissector instead of using private_data. "h248t...Michael Mann1-2/+1
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann2-13/+4
2013-11-10context is not being passed to dissector, not through pinfo->private_data so ...Michael Mann1-3/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki11-0/+13
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann10-57/+62
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-08Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann3-19/+28
2013-11-07Remove extraction of cmake parameters from autotools files.Jörg Mayer1-33/+17
2013-11-07From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+2
2013-11-05Add missing cast.Evan Huus1-1/+1
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann19-276/+292
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann8-37/+36
2013-11-03Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdis...Michael Mann3-17/+13
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann11-26/+26
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann30-91/+91
2013-10-29Pass T.38 data to subdissectors directly instead of using pinfo->private_data.Michael Mann1-2/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier4-11/+11
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson2-0/+41
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann3-47/+45
2013-10-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann2-72/+60
2013-10-27More SVN properties cleanup.Jeff Morriss1-0/+1
2013-10-26Convert some emem to wmem. It took some manual flow analysis, but they are onlyEvan Huus1-2/+2
2013-10-26Fix some [-Wunused-const-variable] warnings (using '#if 0')Bill Meier1-0/+48
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus3-13/+13
2013-10-20Put PDU dissection in protocol treePascal Quantin2-9/+25
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin11-0/+1498
2013-10-20Fix a typoPascal Quantin1-4/+1
2013-10-17H.225.0: fix handling of compound parameters in Generic Extensible Framework ...Tomas Kukosa1-1/+1
2013-10-16Upgrade RRLP dissector to V11.0.0Pascal Quantin3-24/+79