summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Don't pop up an error dialog box for every file that can't be saved. Before,...Chris Maynard1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier2-189/+189
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1194/+1194
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 Meier2-4/+4
2011-09-21Convert "4 space tabs" to spaces;Bill Meier1-81/+81
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 Lunt3-7/+68
2011-09-21Remove Makefile.inStig Bjørlykke1-651/+0
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.Anders Broman2-202/+193
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.Graeme Lunt2-651/+1
2011-09-21Fix for unary minus warning on WindowsGraeme Lunt2-5/+15
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 Lunt21-69/+14100
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.Guy Harris1-154/+320
2011-09-20Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldGuy Harris1-1/+12
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forGuy Harris1-409/+440
2011-09-20Add DeCount for his contribution in bug 6362.Chris Maynard1-0/+1
2011-09-20From DeCount via bug 6362: Increase maximum allowable number of duplicate fil...Chris Maynard1-14/+16
2011-09-20From Sylvain Munaut:Anders Broman1-0/+28
2011-09-20From Dirk via bug 6361:Stig Bjørlykke5-18/+15
2011-09-20From Dirk via bug 6361:Stig Bjørlykke3-14/+56
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-19Move the return out of the for() loop so all values are freed. Fixes Coverit...Chris Maynard1-6/+2
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-19Fix compile error: just link to expert_group_vals[] in expert.c (no need for ...Bill Meier1-18/+0
2011-09-19Add expert 'Group' to output.Martin Mathieson1-2/+21
2011-09-19Use ENC_NA and ENC_BIG_ENDIAN rather than FALSE in proto_tree_add_item()Guy Harris1-129/+128
2011-09-19Fix a crash when zooming into a TSN plot.Michael Tüxen1-107/+109
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-19Make it possiblwe to creare a trime string from frame data.Anders Broman3-45/+64
2011-09-19Remove debug code.Anders Broman1-1/+0
2011-09-18[Automatic manuf, services and enterprise-numbers update for 2011-09-18]Gerald Combs3-10318/+10558
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