aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-08-11[ENEA LINX over TCP] Make the TCP port registration a preference defaltedAndersBroman1-3/+33
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-127/+154
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-4/+17
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-22/+10
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-1/+6
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-7/+7
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-4/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-17/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-48/+48
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-24/+24
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-27/+27
2011-06-24Update the dissector_add call to use the current API.Jaap Keuter1-1/+1
2011-06-23From Dejan Bucar:Jaap Keuter1-39/+348
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-11-09Removed some unused variables.Stig Bjørlykke1-4/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-20From Dejan Bucar (bug 3345):Stig Bjørlykke1-5/+0
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-7/+5
2007-11-13From Dejan Bucar:Anders Broman1-67/+170
2006-11-06Don't do forward declarations in the file. I'll try to eventuallyJörg Mayer1-2/+0
2006-10-10Get rid of an unused variable.Guy Harris1-1/+0
2006-10-04Make provisional ETHERTYPE dependant on registered ETHERTYPEJaap Keuter1-39/+26
2006-10-04From Martin Peylo:Anders Broman1-0/+669