aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-14sock diag netlink: dissect requests, stub for 'padding dissection'.Jakub Zawadzki1-14/+348
2013-12-14Rework code slightly to prevent VS Code Analysis warning:Bill Meier1-3/+5
2013-12-14More shorten-64-to-32 warnings.Gerald Combs4-25/+25
2013-12-14Use proto_tree_add_item() rather than fetching a string an adding it, ifGuy Harris1-9/+5
2013-12-14Fix (I think) VS Code Analyzer warnings:Bill Meier1-2/+2
2013-12-14Create/use several extended value-strings;Bill Meier3-206/+243
2013-12-14Fix VS Code Analysis warning:Bill Meier1-28/+41
2013-12-14Cast away shorten-64-to-32 warnings.Gerald Combs1-5/+5
2013-12-14Squelch a bunch of shorten-64-to-32 warnings by parsing all of ourGerald Combs1-14/+16
2013-12-14Fix bug found by VS Code Analysis:Bill Meier1-101/+101
2013-12-14Take a preemptive strike at some likely future VS Code Analyzer warnings abou...Chris Maynard1-3/+10
2013-12-14xmpp_attr_info, xmpp_attr_info_ext: Pass pointer to hfJakub Zawadzki7-399/+398
2013-12-14Prevent VS Code Analyzer warning; (AFAICT: not an actual bug).Bill Meier1-0/+3
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki103-74/+284
2013-12-14Set Proto col & Clear Info col before fetching data from the tvb;Bill Meier1-23/+23
2013-12-14Add a cast to silence an unnecessary warning.Evan Huus1-1/+1
2013-12-14Fix const warnings.Jakub Zawadzki29-46/+49
2013-12-14From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9158Evan Huus1-15/+61
2013-12-14rdp_field_info_t struct: Pass pointer to hfJakub Zawadzki1-233/+233
2013-12-14Fix warningsJakub Zawadzki75-40/+204
2013-12-14Remove not needed ';'Jakub Zawadzki20-27/+27
2013-12-14Fix constiness of GET_VALSP() macro.Jakub Zawadzki1-1/+2
2013-12-14Allow -Wmissing-prototypes only for CJakub Zawadzki1-1/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki58-24/+163
2013-12-14Use proto_tree_add_item() for UTF-16 strings when dissecting stringGuy Harris2-24/+23
2013-12-14Fix string length typo causing unitialized-value warnings caught by valgrindEvan Huus1-1/+1
2013-12-14It seems sscanf requires the input string to be null-terminated, even if it isEvan Huus1-23/+17
2013-12-14Add a bunch of tooltips.Gerald Combs1-7/+30
2013-12-13Pass the information from ATP to the conversation dissector.Guy Harris1-1/+1
2013-12-13It should halve warnings count in tn5250 dissector.Jakub Zawadzki1-378/+378
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki5-14/+16
2013-12-13Make sure all unused bits are 0 in bacapp, fixes uninitialized memory found byEvan Huus1-0/+1
2013-12-13Rename spotlight_get_utf16_string_encoding() toGuy Harris1-19/+27
2013-12-13In tvb_get_unicode_string(), if the byte count is odd, ignore the lastGuy Harris1-1/+5
2013-12-13netlink: updateJakub Zawadzki4-72/+204
2013-12-13Change the exit status of a fuzz failure to 255 so that if you use it with xargsEvan Huus1-1/+1
2013-12-13Note that apparently some BACnet implementations misuse the "ANSI X3.4"Guy Harris1-1/+3
2013-12-13Simplify column sizing.Gerald Combs1-10/+5
2013-12-13Fix various issues:Bill Meier1-123/+128
2013-12-13Replace wmem_alloc with wmem_new in a few places, and wmem_new with wmem_new0 inEvan Huus1-16/+5
2013-12-13Return FALSE from dissect_iwarp_mpa() if data is NULL. Note that this is the...Chris Maynard1-1/+5
2013-12-13Return FALSE from dissect_zbee_nwk_heur() if data is NULL.Chris Maynard1-1/+2
2013-12-13Add data arg to dissect_wassp_heur() in case it's ever used.Chris Maynard1-1/+1
2013-12-13Return FALSE from dissect_tapa_heur() if data is NULL.Chris Maynard1-1/+1
2013-12-13Add data arg to dissect_skype_heur() so it compiles cleanly if/when SKYPE_HEU...Chris Maynard1-1/+1
2013-12-13Handle NFS4_OP_ILLEGAL (and other potential array bounds errors).Guy Harris1-4/+6
2013-12-13Remove _U_Chris Maynard1-1/+1
2013-12-13Add another check to radiotap-iter initialization to catch another out-of-boundsEvan Huus1-0/+2
2013-12-13If data is NULL, return FALSE.Chris Maynard1-1/+1
2013-12-13Remove _U_Chris Maynard1-1/+1