summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-13From Solomon Peachy:Fix "Missing indication that we recognize the Radiotap MC...Bill Meier1-0/+3
2011-04-13Don't assign to a proto_item * if the value won't be used: Coverity 1054-1056.Bill Meier1-5/+4
2011-04-13Comment out code to create a subtree since it's (currently ?) unused: Coveri...Bill Meier1-21/+19
2011-04-13Allow TCP segment data to be filterable via "tcp.data".Chris Maynard1-10/+15
2011-04-13Update to reflect recent changes in epan/strutil.[ch].Gerald Combs1-2/+2
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher3-21/+23
2011-04-13capinfos and editcap need PYTHON_DIR when we have Python enabled.Gerald Combs1-2/+2
2011-04-13Add Tag Quiet (40) and IBSS DFS (41)Alexis La Goutte1-39/+172
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslyStephen Fisher2-6/+8
2011-04-13Ok let's try GTK 2.22 on Win64 too - fix a typo.Anders Broman1-1/+1
2011-04-13Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821#c2 :Jeff Morriss2-7/+68
2011-04-13+ Fix bug listed in CID 1182:Jörg Mayer1-165/+164
2011-04-13Ok let's try GTK 2.22 on Win64 too.Anders Broman1-4/+4
2011-04-13Try out GTK 2.22Anders Broman1-4/+4
2011-04-13Restore defaultsAnders Broman1-1/+1
2011-04-13Cast away size_t warnings on win64.Anders Broman1-4/+4
2011-04-13Build win64 with a modified zlib (google is your friend).Anders Broman3-6/+6
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher2-4/+4
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher2-6/+4
2011-04-12Use the new label(It will still break on zlib as zlib 1.2.5 isn't used yet).Anders Broman1-1/+1
2011-04-12Cleanup ProcessError().Stig Bjørlykke1-11/+6
2011-04-12Regenerate more ASN.1 dissectors for Coverity.Gerald Combs6-120/+120
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()Gerald Combs4-62/+106
2011-04-12Put back in one of the includes removed in r36606: ctype.h for isdigit()Stephen Fisher1-0/+2
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1034;Bill Meier1-32/+28
2011-04-12Added a FALLTHRU comment to avoid a missing break warning.Stig Bjørlykke1-0/+1
2011-04-12Don't assign to a variable if the value won't be used: Coverity 1002 & 1003.Bill Meier1-3/+3
2011-04-12Fix two instances of apparent use of incorrect tree: Coverity 982 & 983;Bill Meier1-1423/+1421
2011-04-12Removed some unused variables.Stig Bjørlykke2-11/+9
2011-04-12Don't bother to strcpy() an empty string; just set buf[0] = '\0': Coverity 626Chris Maynard1-1/+1
2011-04-12Use g_snprintf instead of sprintf: (Part of) Covertiy 665.Chris Maynard1-1/+1
2011-04-12#if 0 out some unused variables; we may make use of them later, but thisGuy Harris1-0/+16
2011-04-12Use g_strlcat instead of strcat: Coverity 632.Chris Maynard1-8/+8
2011-04-12Use g_snprintf instead of sprintf and g_strlcat instead of strcat: Coverity 698Chris Maynard1-20/+20
2011-04-12Fix nasm pathname: nasm-2.09-08\nasm.exe ==> nasm-2.09.08\nasm.exeBill Meier1-1/+1
2011-04-12Use g_snprintf instead of sprintf: Coverity 622.Chris Maynard1-4/+4
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 978;Bill Meier1-29/+32
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris4-56/+16
2011-04-12Comment out some (currently ?) unused code: Coverity 969-971;Bill Meier1-1550/+1550
2011-04-12From Jakub Zawadski: some small fixes.Guy Harris1-6/+5
2011-04-12Update and expand some comments.Guy Harris1-35/+59
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 954 & 955;Bill Meier1-14/+9
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 933;Bill Meier1-4/+3
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 916-918;Bill Meier1-101/+100
2011-04-12Build with zlib-1.2.5 for win32Anders Broman3-7/+17
2011-04-12Fix a few cases of proto_item_add_subtree() using the wrong tree: Coverity 91...Bill Meier1-29/+29
2011-04-12A parameter isn't used if ZLIB isn't enabled.Martin Mathieson1-1/+1
2011-04-12Rework whitespace.Bill Meier1-971/+973
2011-04-12Fix tshark doc (ip.src==1.2.3.4) is not a valid filter for ICMPv6 trafic ;)Alexis La Goutte1-2/+2
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier1-5/+4