aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-10-24fix Wunused-but-set-variable warnings.Anders Broman1-55/+19
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier17-49/+49
2011-10-23Fix a proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-23Remove some unneeded lines of code.Bill Meier1-6/+2
2011-10-23Remove an unneeded #include.Bill Meier1-2/+0
2011-10-23Fix a proto_tree_add_item() encoding arg;Bill Meier1-7/+1
2011-10-23 Try to get rid of "defined but not used" warnings.Anders Broman1-339/+2
2011-10-23Try to get rid of "defined but not used" warnings.Anders Broman1-97/+8
2011-10-23Remove csg added by mistake.Anders Broman1-1/+0
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier3-5/+5
2011-10-23Get rid of trailing backslash on last element of a list.Guy Harris1-1/+1
2011-10-23From Pascal Quantin.Anders Broman1-0/+2437
2011-10-23From Pascal Quantin.Anders Broman3-33/+79
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier4-6/+6
2011-10-23(Trivial) Whitespace cleanup.Bill Meier2-20/+20
2011-10-21Fix a few proto_tree_add_item() encoding args manually.Bill Meier4-162/+157
2011-10-21Fix for bug 6449:Jaap Keuter1-14/+16
2011-10-21Fix two proto_tree_add_item() encoding args not handled by fix-encoding-arg.Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier543-1314/+1314
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5221 :Jeff Morriss1-44/+52
2011-10-20From Huzaifa Sidhpurwala: Fix a null pointer dereference.Gerald Combs1-3/+13
2011-10-20FromThomas Buchanan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6467Alexis La Goutte1-16/+351
2011-10-20Fix for bug 6469:Jaap Keuter1-5/+5
2011-10-20Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-12/+12
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-20Fix a typo.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier45-456/+456
2011-10-20As bug 3954 notes, nowhere does RFC 3954 indicate that a system orGuy Harris1-11/+3
2011-10-20From András Veres-Szentkirályi via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-20/+424
2011-10-19Specify ENC_TIME_TIMESPEC for a proto_tree_add_item() encoding arg for a fiel...Bill Meier1-1/+1
2011-10-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-8/+16
2011-10-19From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6463Alexis La Goutte2-0/+312
2011-10-19Copy/Paste is a devil...Alexis La Goutte1-1/+1
2011-10-19From pascl via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6465Alexis La Goutte2-0/+445
2011-10-19Use ENC_... instead of locally defined NSIP_LITTLE_ENDIAN for proto_tree_add_...Bill Meier1-6/+5
2011-10-19Fix several benign instances wherein proto_tree_add_[uint|boolean]() was inte...Bill Meier2-5/+5
2011-10-19Manually fix a proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-19use consistent indentation.Bill Meier1-2308/+2313
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.Anders Broman1-75/+85
2011-10-19Fix Coverity ID #1288: UNUSED_VALUE in spotlight_dissect_query_loop:Stephen Fisher1-1/+1
2011-10-19Fix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight: "returned_pointerStephen Fisher1-6/+6
2011-10-19More conversions of proto_tree_add_item() 'encoding' argBill Meier6-179/+179
2011-10-19From pascl via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6464Alexis La Goutte1-0/+3
2011-10-19From Pascal Quantin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6...Jeff Morriss1-71/+111
2011-10-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2011-10-18Add an expert info if we found the checksum to be bad.Jeff Morriss1-52/+60
2011-10-18Added support for User-Agent.Stig Bjørlykke1-1/+6
2011-10-18From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=64...Jeff Morriss1-52/+31
2011-10-18From Roberto Morro via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=64...Jeff Morriss1-6/+13