summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki3-0/+10
+ guard prototypes with HAVE_PLUGINS in .h files to get errors before linking. svn path=/trunk/; revision=53909
2013-12-10- Forward declaration of register functions.Anders Broman20-77/+133
svn path=/trunk/; revision=53908
2013-12-10Add uat preferences to SCTP (QT only).Irene Rüngeler1-1/+98
svn path=/trunk/; revision=53907
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler4-1/+13
svn path=/trunk/; revision=53906
2013-12-10In dissect_ldss_transfer(), reject the packet if data is NULL. Fix some typos.Chris Maynard1-7/+10
svn path=/trunk/; revision=53905
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler2-6/+9
svn path=/trunk/; revision=53904
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=53903
2013-12-10comment out unused functionsMartin Kaiser2-2/+6
fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538 reported by Yaniv Kaul svn path=/trunk/; revision=53902
2013-12-10- Forward declaration of register functions.Anders Broman19-32/+79
svn path=/trunk/; revision=53901
2013-12-10Remove _U_ from dissect_wol's and dissect_wolheur's data argument; they both ↵Chris Maynard1-2/+2
pass it to dissect_wol_pdu, which doesn't actually use it, but technically they do. svn path=/trunk/; revision=53900
2013-12-10Reject the packet if data is NULL.Chris Maynard5-5/+30
svn path=/trunk/; revision=53899
2013-12-10Reject the packet if data is NULL.Chris Maynard2-4/+13
svn path=/trunk/; revision=53898
2013-12-10Remove _U_ from dissect_carp's data argument; it's passed to ↵Chris Maynard1-1/+1
test_carp_packet(), which doesn't actually use it, but dissect_carp technically does. svn path=/trunk/; revision=53897
2013-12-09Reject the packet if data is NULL. For now, leave the ↵Chris Maynard2-9/+15
DISSECTOR_ASSERT(rose_ctx_tmp) since get_rose_ctx() also checks the signature, which might be invalid even if data is not NULL. svn path=/trunk/; revision=53896
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard17-159/+109
Note: We *might* want to do _something_ but that _something_ should be well-defined and consistent across all dissectors. Previously, some dissectors called proto_tree_add_text() to add some error message text to the tree, while others called DISSECTOR_ASSERT(). svn path=/trunk/; revision=53895
2013-12-09Minor whitespace changes and to keep the GNU-syle indentation scheme consistent.Chris Maynard1-26/+24
svn path=/trunk/; revision=53894
2013-12-09Reject the packet if data is NULL.Chris Maynard7-23/+102
svn path=/trunk/; revision=53893
2013-12-09ignore empty textsMartin Kaiser1-5/+8
svn path=/trunk/; revision=53892
2013-12-09use the DVB-SI string hadling for the short event descriptorMartin Kaiser1-3/+14
svn path=/trunk/; revision=53891
2013-12-09add editor modelinesMartin Kaiser1-0/+13
svn path=/trunk/; revision=53890
2013-12-09Reject the packet if data is NULL.Chris Maynard2-2/+13
svn path=/trunk/; revision=53889
2013-12-09TABs -> spacesMartin Kaiser1-52/+65
add editor modelines svn path=/trunk/; revision=53888
2013-12-09From packet-ua, pass a pointer to direction rather than direction itself. ↵Chris Maynard2-5/+10
In packet-ua3g, reject the packet if data is NULL. svn path=/trunk/; revision=53887
2013-12-09From JakubMartin Kaiser2-0/+255
support DVB-SI character tables (EN 300 468) in a generic way From me move things to charsets.c/.h distinguish between single and multi byte encoding for some tables (so that the highlighted bytes match the displayed value) no character table byte -> length 0, use default table svn path=/trunk/; revision=53886
2013-12-09Fix warningsJakub Zawadzki29-37/+30
svn path=/trunk/; revision=53885
2013-12-09fix compilation without GNUTLS and libgcryptMartin Kaiser1-32/+42
move from_hex_char() and from_hex() outside ifdef gnutls add dummy ssl_generate_pre_master_secret() this should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9529 svn path=/trunk/; revision=53884
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
svn path=/trunk/; revision=53883
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
svn path=/trunk/; revision=53882
2013-12-09Add TLV 16 (Interface name)Jörg Mayer1-1/+7
svn path=/trunk/; revision=53881
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene Rüngeler3-0/+35
svn path=/trunk/; revision=53880
2013-12-09Use an item for USSD textPascal Quantin1-4/+12
svn path=/trunk/; revision=53879
2013-12-09Fix clang warning.Irene Rüngeler1-18/+11
svn path=/trunk/; revision=53878
2013-12-09- Forward declaration of register functions.Anders Broman12-38/+70
svn path=/trunk/; revision=53877
2013-12-09- Forward declaration of register functions.Anders Broman14-41/+81
svn path=/trunk/; revision=53876
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from ↵Jakub Zawadzki13-23/+23
pointer target type svn path=/trunk/; revision=53875
2013-12-08It's DTLS failing not DVB_CI.Jakub Zawadzki1-3/+3
svn path=/trunk/; revision=53874
2013-12-08- Forward declaration of register functions.Anders Broman14-42/+84
svn path=/trunk/; revision=53873
2013-12-08- Forward declaration of register functions.Anders Broman24-78/+152
svn path=/trunk/; revision=53872
2013-12-08Try to check why test.sh fails.Jakub Zawadzki1-2/+1
svn path=/trunk/; revision=53871
2013-12-08Add MSC version for VS2013.Graham Bloice1-2/+2
svn path=/trunk/; revision=53870
2013-12-08Remove proto_tree_add_unicode_string()Pascal Quantin2-12/+0
svn path=/trunk/; revision=53869
2013-12-08Add a reference to STR_ASCII and STR_UNICODEPascal Quantin1-0/+4
svn path=/trunk/; revision=53868
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the ↵Pascal Quantin9-73/+66
remaining dissectors svn path=/trunk/; revision=53867
2013-12-08check licence: fix FSF address.Jakub Zawadzki6-6/+6
svn path=/trunk/; revision=53866
2013-12-08Encoding table for ISO/IEC 8859-2: make code points in the range 0x80-0x9F ↵Jakub Zawadzki1-8/+6
map to 0x80-0x9F (Guy Harris). svn path=/trunk/; revision=53865
2013-12-08Improve netlink dissection:Jakub Zawadzki3-52/+219
- add standard message types - add dissection for WS_RTM_*NEIGH - add BASE_CUSTOM functions to print bitfields svn path=/trunk/; revision=53864
2013-12-08Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
svn path=/trunk/; revision=53863
2013-12-08- Forward declaration of register functions.Anders Broman4-0/+11
svn path=/trunk/; revision=53862
2013-12-08- Forward declaration of register functions.Anders Broman14-42/+84
svn path=/trunk/; revision=53861
2013-12-08- Forward declaration of register functions.Anders Broman11-37/+69
svn path=/trunk/; revision=53860