aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-26Convert to value_str_ext in a couple of places.Anders Broman1-7/+17
2013-09-25Add the abillity to let vendor AVP subdisectors add Message type to the info ...Anders Broman1-31/+45
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-8/+9
2013-09-11Mark a couple of parameters as unused.Jeff Morriss1-25/+23
2013-09-11- Introduce a dissector table for Vendor AVP:sAnders Broman1-20/+195
2013-09-07Add modelines, use consistent indentation in address.hEvan Huus1-2/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-2/+3
2013-07-18Fix:Anders Broman1-3/+0
2013-07-18Convert proto_tree_add_text calls to proto_tree_add_item.Michael Mann1-269/+257
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-77/+71
2013-05-27Batch of filterable expert infosMichael Mann1-1/+10
2013-03-18From beroset:Anders Broman1-8/+8
2013-01-26Fix for CID 718640:Jaap Keuter1-0/+4
2012-11-29Make all enum_val_t's const.Jeff Morriss1-18/+18
2012-11-25From Andy Karch: L2TP filtering on AVPs 'Called Number' and 'Calling Number' ...Anders Broman1-7/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11From Chris Elston:Anders Broman1-98/+385
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-10Add dissection of Vendor id to CISCO AVP dissection.Anders Broman1-2/+9
2012-09-07packet-l2tp.c: In function 'dissect_l2tp_cisco_avps':Anders Broman1-1/+1
2012-09-07Split out dissection of vendor AVP:sAnders Broman1-129/+174
2012-09-06Fall back to using the parent tree if the AVP tree isn't set.Gerald Combs1-10/+10
2012-09-06packet-l2tp.c:880:9: error: unused variable 'rhcode' [-Werror=unused-variable]Anders Broman1-1/+0
2012-09-06Use proto_add_itemAnders Broman1-24/+15
2012-09-06From Chris Elston:Anders Broman1-92/+252
2012-09-05Update value_stringsAnders Broman1-13/+32
2012-08-31From Chris Elston:Anders Broman1-11/+232
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1883/+1881
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-19From Andy Karch:Add L2TP filter on Control Message AVP value. https://bugs.wi...Anders Broman1-86/+98
2012-02-26Harald Welte <laforge@gnumonks.org>Jörg Mayer1-0/+7
2012-02-15From Andy Karch:Anders Broman1-14/+32
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+1
2011-04-21OupsAlexis La Goutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-12/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-38/+38
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-342/+342