aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-23Use val_to_str_const().martinm1-10/+10
2011-09-23dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.wmeier1-40/+40
2011-09-23Update the draw area as well.etxrab1-2/+18
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. wmeier1-1/+1
2011-09-23Correction for SVN #39100:"Revert Revision 34838";wmeier1-2/+2
2011-09-23Add packet-vlan.cwmeier1-0/+1
2011-09-23Put packet-vlan back into Makefile.common (to go with SVN #39100)wmeier1-0/+2
2011-09-23Remove duplicated code.etxrab1-10/+1
2011-09-23Remove code commited by misstake.etxrab1-13/+2
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...etxrab6-94/+275
2011-09-23Convert "space tabs" to spacesalagoutte2-55/+81
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark doe...alagoutte1-12/+17
2011-09-23Tighten the check on wheter a message really is chipered or not.etxrab1-0/+12
2011-09-23From Daniel:etxrab1-12/+100
2011-09-23Trivial: Consistently use 2 spaces after a period terminating a sentence.cmaynard1-115/+115
2011-09-23Trivial: Fix typo.cmaynard1-1/+1
2011-09-23Fix a couple of typos and use 2 spaces consistently after a period.cmaynard1-65/+65
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.cmaynard1-1/+1
2011-09-22Add an option -d to specify display filter from the command line.stig3-2/+20
2011-09-22(Trivial) Fix a typo in a comment.wmeier1-1/+1
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.martinm1-2/+2
2011-09-22Show if per packet info is missing.etxrab1-2/+7
2011-09-22Store a pointer to frame_data rather than the time.etxrab2-15/+33
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy8-195/+190
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier29-1125/+1125
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably...wmeier1-1/+1
2011-09-21Whitespace cleanup:wmeier17-2716/+2716
2011-09-21Fix ex "modeline" so it works;wmeier62-65/+65
2011-09-21Don't pop up an error dialog box for every file that can't be saved. Before,...cmaynard1-1/+1
2011-09-21Fix ex "modeline" so it works;wmeier2-189/+189
2011-09-21Fix ex "modeline" so it works;wmeier1-1194/+1194
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...martinm1-0/+7
2011-09-21Fix vi "modeline" so it works;wmeier2-4/+4
2011-09-21Convert "4 space tabs" to spaces;wmeier1-81/+81
2011-09-21Fix vi "modeline" so it works;wmeier17-17/+17
2011-09-21Explicit #include <epan/value_string.h> not required.wmeier1-1/+0
2011-09-21Fix and suppress some warningsgal3-7/+68
2011-09-21Remove Makefile.instig1-651/+0
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.etxrab2-202/+193
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal2-651/+1
2011-09-21Fix for unary minus warning on Windowsgal2-5/+15
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is a...etxrab1-1/+1
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal21-69/+14100
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.guy1-154/+320
2011-09-20Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldguy1-1/+12
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forguy1-409/+440
2011-09-20Add DeCount for his contribution in bug 6362.cmaynard1-0/+1
2011-09-20From DeCount via bug 6362: Increase maximum allowable number of duplicate fil...cmaynard1-14/+16
2011-09-20From Sylvain Munaut:etxrab1-0/+28