aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-17/+13
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-3/+3
2013-11-21Constify a character array;Bill Meier1-2/+16
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-16From Alyssa Milburn:Jaap Keuter1-2/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-3/+9
2012-12-26OK, *this* isn't a possibly-infinite loop.Guy Harris1-3/+3
2012-12-26Widen some loop variables, in the hopes that it'll squelch some loopGuy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-2/+2
2012-05-16all:Bill Meier1-548/+685
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+20
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-09-19Use ENC_NA and ENC_BIG_ENDIAN rather than FALSE in proto_tree_add_item()Guy Harris1-129/+128
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-2/+1
2011-05-26From Michael Mann.Anders Broman1-2/+2
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-14/+0
2011-04-17Removed an unneeded assignment, they are both always 0.Stig Bjørlykke1-2/+0
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-502/+502
2010-05-06Follow up for revision 32670.Jaap Keuter1-8/+1
2010-05-05From Jim Schaettle:Anders Broman1-10/+99
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-18/+11
2010-01-03Fixed abbrev for PDU Length.Stig Bjørlykke1-28/+1
2009-09-30Rework is_acn to use tvb_memeql insted of doing a tvb_get_epemeral_string and...Bill Meier1-13/+9
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-03-18Use g_strreverse() to reverse strings.Guy Harris1-16/+1
2008-11-23From Bill Florac (bug 3048):Stig Bjørlykke1-15/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-5/+5
2008-10-31Thou shalt not "print" a string with a printf-like function by using itGuy Harris1-5/+5
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-8/+6
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupBill Meier1-13/+7
2008-08-14Fix a few typos & spelling errorsBill Meier1-1/+1
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-114/+114
2008-01-22From Bill Florac:Jaap Keuter1-1/+3
2007-09-12From Bill Florac:Jaap Keuter1-130/+207
2007-03-30remove some g_malloc/g_freeSebastien Tandel1-6/+2