aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-agentx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy1-44/+46
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-9/+19
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-03-17From Jakub Zawadzki: Simpler patch to resolve bug 5755 to properly display allcmaynard1-3/+1
2011-03-16From Fulko Hew via bug 5755: Fix dissect_octet_string() so it properly displayscmaynard1-7/+3
2011-02-23From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5709 :morriss1-1/+2
2011-02-13From Fulko Hew:jake1-0/+2
2011-01-12From Fulko Hew:jake1-20/+31
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-07From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5438 :morriss1-79/+141
2010-11-03From Fulko Hew:jake1-2/+1
2010-11-03From Fulko Hew:jake1-1/+1
2010-10-01Changing the flag bitmasks to their proper values (see http://www.faqs.org/rf...sake1-5/+5
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-306/+306
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-03remove check_coletxrab1-3/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-05-01From Reinhard Speyerer:jake1-2/+2
2009-02-22Incorporate plugin dissector into build in collection.jake1-0/+1111