summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Yup, that did it. Make use of ENC_ values in non-item proto_tree_addGuy Harris1-1/+3
2012-07-19Rename ENC_HDRLEN to BSD_ENC_HDRLEN, to see if that squelches the falseGuy Harris1-6/+6
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann3-1/+57
2012-07-19Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5469. Added more c...Michael Mann1-41/+72
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-4/+4
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-3/+3
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18exit() must not be used in dissectors. Use REPORT_DISSECTOR_BUG() andGuy Harris1-2/+2
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris6-0/+9
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris3-25/+17
2012-07-18Eliminate some gsize's I missed in the previous checkin.Guy Harris1-4/+4
2012-07-18Nobody uses the return value of dissect_sender_array(), so don't have itGuy Harris1-8/+6
2012-07-18Set svn:keywords and svn:eol-style, and fix the EOL style (I'm on UN*X,Guy Harris1-487/+487
2012-07-18Adds CliqueRM protocol (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2...Michael Mann3-0/+489
2012-07-18From Jakub Zawadzki use gtk_box_pack_start isof gtk_container_add fixes https...Anders Broman1-6/+3
2012-07-18svn path=/trunk/; revision=43789Michael Mann2-6/+341
2012-07-18That comment might have confused the API checker into thinking we wereGuy Harris1-1/+1
2012-07-18Get rid of the problems described in bug7377Jörg Mayer1-0/+4
2012-07-18Update qtshark to match the recent file dialog changes.Gerald Combs6-42/+97
2012-07-18Fill in our display filter after we open a file.Gerald Combs1-0/+1
2012-07-18Fix crash in PPP dissectorBalint Reczey1-0/+5
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin3-4/+4
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2-44/+176
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman7-100/+456
2012-07-18Clean up indentation.Guy Harris1-6/+6
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus12-14/+14
2012-07-18Add basic CppCheck configuration and runner.Evan Huus3-0/+68
2012-07-18Match R9 versions of some more LTE protocols to registered dissector names.Martin Mathieson1-4/+9
2012-07-17Set the folder to the containing directory of the file name in question,Guy Harris1-1/+4
2012-07-17Fix copy/paste errorPascal Quantin1-1/+1
2012-07-17- Make dns srv elemnts filterable (were: text only)Jörg Mayer1-8/+30
2012-07-17Fix comments, from r43729 we don't load bold font.Jakub Zawadzki1-2/+2
2012-07-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :Pascal Quantin1-0/+1
2012-07-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7470 :Pascal Quantin4-13/+78
2012-07-17Fix Coverity CID 709722: Logically dead code.Chris Maynard1-3/+0
2012-07-17Fix Coverity CID 709726: Structurally dead code. Also, convert tabs to spaces.Chris Maynard1-127/+127
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin3-4/+4
2012-07-17Now it compiles with 2.24 - hopefuly it will even workJörg Mayer1-2/+2
2012-07-17Bring compilation with gtk 2.24 one step further (not yet working)Jörg Mayer1-0/+5
2012-07-17More a few ASN.1 based dissectors from the dirty to celan lib (as they should...Pascal Quantin2-12/+12
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin13-27/+30
2012-07-17Fix bug #7488: Unable to correctly identify IEC 61850 MMS packetsJakub Zawadzki1-1/+1
2012-07-17From Peter Paluch:Anders Broman1-0/+1
2012-07-17Use same capitalization for Service request message as for other messagesPascal Quantin1-2/+2
2012-07-17Remove extra space after message namePascal Quantin2-80/+80