summaryrefslogtreecommitdiff
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki3-3/+3
2013-12-20Copy Evan r54250 changes to asn/Jakub Zawadzki3-6/+6
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-12-19Update file forgotten in r54250Pascal Quantin1-6/+6
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus7-10/+10
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-1/+1
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-1/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman7-5/+11
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's sin...Chris Maynard2-24/+42
2013-12-12Reject the packet if data is NULL. Remove _U_ where data is actually used. ...Chris Maynard2-18/+32
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-2/+2
2013-12-10- Forward declaration of register functions.Anders Broman2-37/+41
2013-12-10comment out unused functionsMartin Kaiser1-0/+2
2013-12-10- Forward declaration of register functions.Anders Broman6-3/+16
2013-12-09Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT(rose_...Chris Maynard1-6/+9
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard6-64/+29
2013-12-09- Forward declaration of register functions.Anders Broman6-1/+17
2013-12-09- Forward declaration of register functions.Anders Broman7-1/+21
2013-12-08- Forward declaration of register functions.Anders Broman7-0/+21
2013-12-08- Forward declaration of register functions.Anders Broman12-5/+41
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin2-6/+4
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+2
2013-12-08- Forward declaration of register functions.Anders Broman7-0/+21
2013-12-08- Forward declaration of register functions.Anders Broman6-1/+17
2013-12-08- Forward declaration of register functions.Anders Broman11-0/+32
2013-12-07- Make local functions static.Anders Broman13-2/+37
2013-12-04Fix for dissecting cdt without having a tree.Stig Bjørlykke1-0/+2
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