aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix some trivial warnings.Jakub Zawadzki52-18/+151
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-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-13Note that apparently some BACnet implementations misuse the "ANSI X3.4"Guy Harris1-1/+3
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
2013-12-13Fix (presumably) a VS Code analysis warning:Bill Meier1-45/+45
2013-12-13Value_string.h: Minor changes to comment textBill Meier2-22/+24
2013-12-13From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9556Alexis La Goutte1-8/+3
2013-12-13From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499Alexis La Goutte3-12/+17
2013-12-13From Peter WuAlexis La Goutte2-185/+183
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene RĂ¼ngeler2-5/+11
2013-12-13Fix [-Wmissing-prototypes]Anders Broman8-4/+9
2013-12-13(Try to) fix VS Clang Analysis warning:Bill Meier1-6/+6
2013-12-13Fix packet-lapd.c:186: warning: comparison between signed and unsigned. Chris Maynard1-1/+1
2013-12-13Fix 4 instances of Visual Studio Code Analysis warnings C6001: Using uninitia...Chris Maynard1-4/+4
2013-12-13Let's see if this fixes VS Code Analysis warnings:Bill Meier1-3/+3
2013-12-13Fix Visual Studio Code Analysis warning C6204: Possible buffer overrun in cal...Chris Maynard1-2/+2
2013-12-13Try to appease Visual Studio Code Analysis to avoid a false warning (as far a...Chris Maynard1-4/+3
2013-12-13Fix Visual Studio Code Analysis warning C6001: Using uninitialized memory 'ob...Chris Maynard1-1/+1
2013-12-13netlink: update Jakub Zawadzki5-9/+225
2013-12-13Do one or more of the following:Bill Meier19-11342/+13269
2013-12-13Trivial: Spaces -> tabsChris Maynard1-11/+8
2013-12-13Trivial: Spaces -> tabsChris Maynard1-6/+6
2013-12-12In one or more of the files:Bill Meier8-1423/+1426
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin3-76/+77
2013-12-12The dissector table has never been used, and the name of the dissectorGuy Harris1-5/+0
2013-12-12Get rid of a dissector table that has never been used.Guy Harris1-21/+0
2013-12-12Create/use two extended value-strings;Bill Meier1-198/+602
2013-12-12DHCPv6: update list of message types and options (from IANA)Jakub Zawadzki1-0/+72
2013-12-12Reformat some hf[] entries;Bill Meier1-2170/+2987
2013-12-12Create/use an extended value-string;Bill Meier1-1353/+1409