aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris8-195/+190
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier29-1125/+1125
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably...Bill Meier1-1/+1
2011-09-21Whitespace cleanup:Bill Meier8-672/+672
2011-09-21Fix ex "modeline" so it works;Bill Meier39-41/+41
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...Martin Mathieson1-0/+7
2011-09-21Fix vi "modeline" so it works;Bill Meier17-17/+17
2011-09-21Explicit #include <epan/value_string.h> not required.Bill Meier1-1/+0
2011-09-21Fix and suppress some warningsGraeme Lunt1-4/+53
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.Anders Broman2-202/+193
2011-09-21Fix for unary minus warning on WindowsGraeme Lunt1-5/+10
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is a...Anders Broman1-1/+1
2011-09-21Basic RDP dissection, which can dissect the connection sequence. Graeme Lunt8-52/+11015
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.Guy Harris1-154/+320
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forGuy Harris1-409/+440
2011-09-20From Dirk via bug 6361:Stig Bjørlykke3-14/+11
2011-09-19Since the call to expert_add_info_format() was commented out, 'ti' isn't need...Chris Maynard1-9/+4
2011-09-19Don't assign the return value of proto_tree_add_text() if it's not going to b...Chris Maynard1-1/+1
2011-09-19Since the call to proto_tree_add_text() was #if 0'd out, there's no need to a...Chris Maynard1-2/+3
2011-09-19Don't assign return value of proto_tree_add_text() to rrsc_item if it's not g...Chris Maynard1-1/+1
2011-09-19The change in r37371 fixed the clv_tree unused assignment and pointless use, ...Chris Maynard1-1/+5
2011-09-19Don't assign the return value of proto_tree_add_item() if it's not going to b...Chris Maynard1-11/+9
2011-09-19Delete duplicate line of code. Fixes Coverity CID 1281 (UNUSED VALUE).Chris Maynard1-1/+0
2011-09-19Close fp before checking if private_key is NULL to avoid memory leak. Fixes ...Chris Maynard1-5/+5
2011-09-19Fix static overrun bug introduced in r37506. Fixes Coverity CID 1216.Chris Maynard1-32/+32
2011-09-19Various Cleanups...Bill Meier1-111/+113
2011-09-19Use ENC_NA and ENC_BIG_ENDIAN rather than FALSE in proto_tree_add_item()Guy Harris1-129/+128
2011-09-19RFC 4282 says the NAI is UTF-8.Guy Harris1-7/+2
2011-09-19Use ENC_NA and ENC_LITTLE_ENDIAN rather than TRUE or FALSE inGuy Harris1-79/+79
2011-09-19Some probably-erroneous TRUEs as the last argument toGuy Harris1-2/+2
2011-09-19Use ENC_BIG_ENDIAN instead of FALSE in proto_tree_add_item() calls forGuy Harris1-25/+34
2011-09-19Move stuff inside if(tree)Anders Broman1-51/+48
2011-09-19From Martin Kaiser:Anders Broman1-17/+71
2011-09-17Update sub-object types of XRO to match RFC 5521. Fixes https://bugs.wiresha...Chris Maynard1-11/+9
2011-09-16From Pierre-Marie de Rodat: PostgreSQL Startup message not properly supported...Bill Meier1-6/+12
2011-09-16Add dissection of router address(R) flag. Fixes https://bugs.wireshark.org/b...Chris Maynard1-7/+13
2011-09-16Change encoding type from TRUE/FALSE to ENC_LITTLE_ENDIAN/ ENC_BIG_ENDIANAnders Broman1-567/+567
2011-09-16From Jouni Malinen:Anders Broman1-4/+19
2011-09-16From Jouni Malinen:Anders Broman1-1/+336
2011-09-16From Liam Sharp:Anders Broman1-85/+96
2011-09-15From Pierre-Marie de Rodat:Anders Broman1-20/+58
2011-09-15From Pascal Quantin:Anders Broman1-16/+4
2011-09-15From Jouni Malinen:Anders Broman1-0/+92
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
2011-09-15From Jouni Malinen:Anders Broman1-0/+78
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
2011-09-15From Jouni Malinen:Anders Broman1-0/+5
2011-09-15From Jouni Malinen:Anders Broman1-1/+1
2011-09-15From Jouni Malinen:Anders Broman1-34/+55
2011-09-15From Jouni Malinen:Anders Broman1-4/+6