aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-13From Didier Gautheron:Anders Broman1-2/+2
2009-11-29Don't do check_col()Kovarththanan Rajaratnam1-2/+1
2009-11-07From Alex Volinsky:Jaap Keuter1-3/+49
2009-10-09From Didier Gautheron:Anders Broman1-2/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+19
2009-02-25Clean up the comments in the L2TP dissector about RFCs.Guy Harris1-109/+117
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-01Change:Anders Broman1-0/+13
2007-09-11Update valuestrings and comments.Anders Broman1-32/+35
2007-01-20Update some value strings.Anders Broman1-29/+86
2006-08-14Carlos Pignataro <cpignata@cisco.com>Jörg Mayer1-37/+28
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-04-29When printing an error message, make sure we're using a valid tree. FixesGerald Combs1-1/+1