aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
Commit message (Expand)AuthorAgeFilesLines
* [ENEA LINX over TCP] Make the TCP port registration a preference defaltedAndersBroman2015-08-111-3/+33
* Eliminate proto_tree_add_text from several dissectors.Michael Mann2014-11-021-127/+154
* Add editor modelines & adjust indentation/whitespace as needed.Bill Meier2014-10-021-4/+17
* proto_tree_add_subtree[_format]Michael Mann2014-06-291-22/+10
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix some trivial warnings.Jakub Zawadzki2013-12-141-1/+6
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-09-021-8/+7
* Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier2013-01-311-7/+7
* Fix various instances of unused hf[] entries foundBill Meier2013-01-261-4/+10
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-5/+5
* Update display filter names per Bug 2794. Part 1 of many.Michael Mann2012-07-221-17/+17
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-2/+2
* Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier2011-10-161-48/+48
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-3/+3
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-24/+24
* (Trivial) Remove trailing whitespace from lines for a few files.Bill Meier2011-09-211-27/+27
* Update the dissector_add call to use the current API.Jaap Keuter2011-06-241-1/+1
* From Dejan Bucar:Jaap Keuter2011-06-231-39/+348
* Adress => Address corrections (also in comments).Sake Blok2011-01-211-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Removed some unused variables.Stig Bjørlykke2009-11-091-4/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-2/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-25/+25
* From Reinhard Speyerer:Jaap Keuter2009-05-011-1/+1
* From Dejan Bucar (bug 3345):Stig Bjørlykke2009-03-201-5/+0
* Minor cleanup related to proto_register & proto_reg_handoffBill Meier2008-09-261-7/+5
* From Dejan Bucar:Anders Broman2007-11-131-67/+170
* Don't do forward declarations in the file. I'll try to eventuallyJörg Mayer2006-11-061-2/+0
* Get rid of an unused variable.Guy Harris2006-10-101-1/+0
* Make provisional ETHERTYPE dependant on registered ETHERTYPEJaap Keuter2006-10-041-39/+26
* From Martin Peylo:Anders Broman2006-10-041-0/+669