aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+6
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+6
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2015-01-22pppoe: col_...()/expert...() shouldn't be under 'if (tree)'Bill Meier1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-118/+131
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-17/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-7/+7
2014-01-22use tvb_get_string_enc()Martin Kaiser1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+6
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-09-05From Christoph Viethen:Anders Broman1-1/+1
2013-08-25Batch of filterable expert infos.Michael Mann1-16/+22
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-2/+6
2012-12-03Declare a value_string as static.Bill Meier1-1/+1
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-18/+28
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-35/+35
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-17/+17
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-21/+21
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.Bill Meier1-20/+20
2009-11-09Decode Circuit ID and Remote ID DSL Forum TR-101 PPPoE tags.Balint Reczey1-20/+42
2009-10-25Decode DSL Forum TR-101 PPPoE tags.Balint Reczey1-5/+332
2009-10-18From Kip McAtee:Jaap Keuter1-7/+17
2009-08-10For TLV items that are a single integral value and thus must have aGuy Harris1-8/+21
2009-08-10Initialize a variable to keep GCC happy ....Bill Meier1-1/+1
2009-08-10Validate two tag field lengths before attempting to do proto_tree_add_item();Bill Meier1-5/+25
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-8/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-39/+39
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6