aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-18From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6461 :Jeff Morriss1-0/+1
2011-10-18Display filter name cleanup.Chris Maynard3-16/+16
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2-10/+10
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2-2/+2
2011-10-17Fixup some display filter names.Chris Maynard1-3/+3
2011-10-17Cleanup AFP Version display filter name.Chris Maynard1-5/+5
2011-10-17Remove #if 0'd code which appears to duplicate existing codeBill Meier1-5/+0
2011-10-17Enhance BGP Capability messageAlexis La Goutte1-241/+235
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier80-489/+489
2011-10-16Have to include packet-lcsap.h, so it gets put into the source tarball.Guy Harris1-0/+1
2011-10-16From Jouni Malinen: Anders Broman1-6/+121
2011-10-16From Donnie Savage:Anders Broman1-78/+10
2011-10-16From Pascal Quantin.Anders Broman5-18/+11590
2011-10-15 Update 2 generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier2-2/+2
2011-10-15Fix a 'set but not used' compiler warning.Bill Meier1-4/+4
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ty...Bill Meier3-4/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier149-149/+149
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier226-1442/+1442
2011-10-15Remove some unneeded code form proto_reg_handoff...();Bill Meier1-44/+38
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.Stig Bjørlykke2-5/+0
2011-10-14From Iain Arnell:Guy Harris1-0/+149