aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-01-12Fix type of acn.dmx.data.Guy Harris1-1/+9
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-10/+10
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-9/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-20acn: col_...() shouldn't be called under 'if (tree)'Bill Meier1-34/+28
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-3/+3
2015-01-07Use tvb_address_to_str as an optimizationMichael Mann1-12/+3
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-24/+64
2014-09-08Convert some deprecated tvb_length callsEvan Huus1-2/+2
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