summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-28Break out of an infinite loop. Fixes bug 138.Gerald Combs1-0/+6
2005-02-09From Deepak Jain: add support for some Cisco L2TPv3 AVPs, always showGuy Harris1-3/+87
2005-01-29Add the I-D name for L2TPv3 to a comment.Guy Harris1-358/+381
2005-01-15From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3]Guy Harris1-55/+361
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris1-633/+1198
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1082