aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10- Forward declaration of register functions.Anders Broman58-7/+162
svn path=/trunk/; revision=53918
2013-12-10Remove _U_ from dissect_usb_com_bulk()'s data parameter; it is used.Chris Maynard1-1/+1
svn path=/trunk/; revision=53916
2013-12-10Reject the packet if data is NULL.Chris Maynard3-10/+25
svn path=/trunk/; revision=53914
2013-12-10- Forward declaration of register functions.Anders Broman23-4/+60
svn path=/trunk/; revision=53911
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs2-2/+2
from the GTK flavor in two major ways: - The "Decode As" and "User Specified Decodes" dialog have been unified. - You can modify the decode as behavior at any time, not just when you have a packet selected. Revert part of 53498 so that we can move items marked /*** THE FOLLOWING SHOULD NOT BE USED BY ANY DISSECTORS!!! ***/ from epan/decode_as.h to ui/decode_as_utils.h. Move "save" code from decode_as_dlg.c to decode_as_utils.c as well. In packet-dcerpc.c don't register a table named "ethertype". We might want to add checks for duplicate table names. To do: - Add support for ranges? - Either add support for DCERPC or make DCERPC use a regular dissector table. - Fix string selectors (i.e. BER). svn path=/trunk/; revision=53910
2013-12-10- Forward declaration of register functions.Anders Broman18-40/+92
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-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-10comment out unused functionsMartin Kaiser1-2/+4
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 Broman13-29/+63
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 Maynard1-3/+6
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 Maynard11-95/+80
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-09Reject the packet if data is NULL.Chris Maynard2-2/+13
svn path=/trunk/; revision=53889
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-09Fix warningsJakub Zawadzki3-7/+4
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-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 Broman6-37/+53
svn path=/trunk/; revision=53877
2013-12-09- Forward declaration of register functions.Anders Broman7-40/+60
svn path=/trunk/; revision=53876
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from ↵Jakub Zawadzki3-6/+6
pointer target type svn path=/trunk/; revision=53875
2013-12-08- Forward declaration of register functions.Anders Broman7-42/+63
svn path=/trunk/; revision=53873
2013-12-08- Forward declaration of register functions.Anders Broman12-73/+111
svn path=/trunk/; revision=53872
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the ↵Pascal Quantin7-67/+62
remaining dissectors svn path=/trunk/; revision=53867
2013-12-08check licence: fix FSF address.Jakub Zawadzki2-2/+2
svn path=/trunk/; revision=53866
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 Broman3-0/+9
svn path=/trunk/; revision=53862
2013-12-08- Forward declaration of register functions.Anders Broman7-42/+63
svn path=/trunk/; revision=53861
2013-12-08- Forward declaration of register functions.Anders Broman5-36/+52
svn path=/trunk/; revision=53860
2013-12-08- Forward declaration of register functions.Anders Broman11-60/+92
svn path=/trunk/; revision=53859
2013-12-08netlink-route: extend Interface IP address dissectionsJakub Zawadzki2-3/+90
+ try to fix make dist svn path=/trunk/; revision=53854
2013-12-08Fix buildbot:Jakub Zawadzki1-1/+1
packet-netlink-route.c:672: warning: request for implicit conversion from 'void *' to 'struct packet_netlink_data *' not permitted in C++ svn path=/trunk/; revision=53853
2013-12-08Add more LINUX_AF_* values, create value_string_ext for them. Use it in ↵Jakub Zawadzki2-13/+6
netlink, nflog. svn path=/trunk/; revision=53852
2013-12-08Add initial dissectors for netlink, and netlink route subsystem.Jakub Zawadzki4-0/+1101
svn path=/trunk/; revision=53850
2013-12-08Remove trailing whitespaceAlexis La Goutte1-3/+3
svn path=/trunk/; revision=53847
2013-12-08Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-275/+288
svn path=/trunk/; revision=53846
2013-12-08RLC dissector cannot assemble PDUs with SNs skipped and wrap-arounded. Bug ↵Michael Mann1-26/+62
9505 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9505) From Nobuyuki Tsushima svn path=/trunk/; revision=53845
2013-12-08IPsec ESP: add AES-GCM decryption. Bug 8395 ↵Michael Mann1-4/+11
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395) Insert Any 64bit authnetication option so AES-GCM with 8 byte ICV From Alexandru Juncu svn path=/trunk/; revision=53844