aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki5-0/+34
2013-12-18Use ws_sign_ext64()Jakub Zawadzki1-4/+2
2013-12-18initialize info_flags, fix compile errorMartin Kaiser1-1/+1
2013-12-18Some proto_tree_add_xxx functions have a '_' in the function name so make sur...Michael Mann1-1/+1
2013-12-18Use FT_STRING for string-valued fields.Guy Harris1-69/+85
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte16-16/+0
2013-12-18Add extern C for stat_cmd_args (for future use in Wireshark Qt)Alexis La Goutte1-0/+8
2013-12-18Instead of assigning a variable to itself, avoid unused warnings similarGerald Combs1-1/+1
2013-12-18"unsigned long" is not necessarily the same as "guint".Gerald Combs1-7/+7
2013-12-18Update the example to match the ohter plugins in wireshark.nsi.Chris Maynard1-1/+1
2013-12-18Remove unused variable.Evan Huus1-2/+0
2013-12-18Remove other_decode_bitfield_value in favor of bitmasks in hf_ entry.Michael Mann1-148/+82
2013-12-18Call ptvcursor_new() to initialize cursor whether tree is NULL or not.Chris Maynard1-2/+3
2013-12-18Per user request, revert reformatting of hf[] entries done in SVN #54005.Bill Meier2-2447/+538
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus9-28/+21
2013-12-18CIMD Error Code Dissection. Bug 9570 (https://bugs.wireshark.org/bugzilla/sh...Michael Mann1-7/+144
2013-12-18Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2013-12-18Added Column clear_fence().Stig Bjørlykke1-0/+11
2013-12-18Added col_clear_fence().Stig Bjørlykke2-0/+26
2013-12-18Add 'Filter Association' to context menu in packet list.Irene Rüngeler11-11/+49
2013-12-18Add cast to try to fix buildbot failureMartin Mathieson1-1/+1
2013-12-18Fix a test to allow deciphering to happen on the first pass, and close the gc...Martin Mathieson1-2/+3
2013-12-18Added ByteArray base64_decode().Stig Bjørlykke1-1/+30
2013-12-18Added support for continuation line in content type.Stig Bjørlykke1-1/+7
2013-12-18Remove unused variables to try to unbreak MAC buildbotsMartin Mathieson1-2/+3
2013-12-18Only convert string key once, during update uat callbackMartin Mathieson1-51/+77
2013-12-18Fix warning because of functions defined but not used.Irene Rüngeler1-1/+4
2013-12-18Ignore the first line of the chunk statistics file.Irene Rüngeler2-21/+8
2013-12-18Fix [-Wmissing-prototypes]Anders Broman16-26/+34
2013-12-18Translate a little leftover German to English.Jeff Morriss1-3/+3
2013-12-18Fix compilation when we don't HAVE_GCRYPT.Jeff Morriss1-5/+7
2013-12-18Presumably ansi_tsb58_language_ind_vals shouldn't be static (since it's liste...Jeff Morriss1-1/+1
2013-12-18ANSI A-interface improvements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann2-1303/+1023
2013-12-17Add two missing BASE_EXT_STRING flags as caught by Alexis's ASAN fuzzing.Evan Huus1-2/+2
2013-12-17Fix what appears to be a misuse of pointers in the LLDP dissector as caught byEvan Huus1-7/+7
2013-12-17sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sig...Jakub Zawadzki1-2/+12
2013-12-17Make local functions static. Include *.h when needed.Anders Broman19-36/+47
2013-12-17Add SVN properties.Jeff Morriss0-0/+0
2013-12-17Get rid of trailing periods in some error messages for consistency; theGuy Harris2-7/+7
2013-12-17Put sign_ext.h in Makefile.Jakub Zawadzki1-0/+1
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki3-35/+67
2013-12-17Bugfix OpenSafety "heuristics" to only consider a packet "handled" if a subdi...Michael Mann2-6/+4
2013-12-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8805Alexis La Goutte1-1/+4
2013-12-17Make Ubuntu Buildbot happyAlexis La Goutte1-1/+1
2013-12-17Remove trailing whitespace and add modelinesAlexis La Goutte1-17/+28
2013-12-17General cleanup of ZBEE ZCL dissector. Removed unnecessary casts and wrappin...Michael Mann3-319/+172
2013-12-17Handle signed integers > 32 bits. Bug 8454 (https://bugs.wireshark.org/bugzi...Michael Mann3-1/+159
2013-12-17Preferences to control whether deciphering should be done for signalling and ...Martin Mathieson1-22/+44
2013-12-17From "bd": Fix " Wireshark stops showing new packets but dumpcap keeps writin...Bill Meier1-2/+2
2013-12-17First working version of deciphering with AES (EEA2). Lots of improvements s...Martin Mathieson1-25/+97