aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-09-19Use ENC_NA and ENC_BIG_ENDIAN rather than FALSE in proto_tree_add_item()guy1-129/+128
2011-08-08Dissectors don't need to #include <gmodule.h>wmeier1-2/+1
2011-05-26From Michael Mann.etxrab1-2/+2
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.wmeier1-14/+0
2011-04-17Removed an unneeded assignment, they are both always 0.stig1-2/+0
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-502/+502
2010-05-06Follow up for revision 32670.jake1-8/+1
2010-05-05From Jim Schaettle:etxrab1-10/+99
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-03-03remove check_coletxrab1-18/+11
2010-01-03Fixed abbrev for PDU Length.stig1-28/+1
2009-09-30Rework is_acn to use tvb_memeql insted of doing a tvb_get_epemeral_string and...wmeier1-13/+9
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-4/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-03-18Use g_strreverse() to reverse strings.guy1-16/+1
2008-11-23From Bill Florac (bug 3048):stig1-15/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-5/+5
2008-10-31Thou shalt not "print" a string with a printf-like function by using itguy1-5/+5
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-8/+6
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupwmeier1-13/+7
2008-08-14Fix a few typos & spelling errorswmeier1-1/+1
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :morriss1-114/+114
2008-01-22From Bill Florac:jake1-1/+3
2007-09-12From Bill Florac:jake1-130/+207
2007-03-30remove some g_malloc/g_freestandel1-6/+2
2006-12-11Removed executable property.jake1-0/+0
2006-11-21From Bill Florac:etxrab1-27/+20
2006-11-07Bitfields are bad - the C language spec does *NOT* guarantee which bitsguy1-103/+118
2006-11-06new acn dissector from Bill Floracsahlberg1-0/+3024