aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlccp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+4
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-2/+15
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-11Instead of prepending "LLC " to the UI table name, just modify the table name. Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-62/+50
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-6/+9
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-13/+13
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-40/+40
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-282/+282
2011-05-26From Michael Mann.Anders Broman1-9/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-10/+10
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-90/+90
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove more unused variables.Gerald Combs1-8/+2
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-97/+97
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2009-05-16Jochen Bartl <jochen.bartl@gmail.com>Jörg Mayer1-16/+267
2008-11-08Make sure we always increment our offset. Fixes an infinite loop.Gerald Combs1-17/+18
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-21/+6
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-4/+4
2007-07-17From Kevin A. Noll via private bug #1683:Stephen Fisher1-156/+3448
2007-04-13From Kevin A. Noll via bug 1522:Jeff Morriss1-28/+46
2006-12-09Change a match_strval() to val_to_str() in a col_add_fstr() call to preventStephen Fisher1-2/+2
2006-10-23From Stephen Fisher:Jaap Keuter1-4/+6
2006-10-18llc_add_oui() wants a pointer, not a pointer pointerUlf Lamping1-1/+1
2006-10-17Stephen Fisher:Jörg Mayer1-101/+458
2006-10-07Stephen Fisher:Jörg Mayer1-0/+247