aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Add new dissector for Ericsson OM2000 A-bis OMLHolger Hans Peter Freyther1-0/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-18/+18
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+2
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-5/+1
2011-04-21Oupsalagoutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-04-19From Michael Mann via bug 2794:stig1-12/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-38/+38
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-342/+342
2010-01-13From Didier Gautheron:etxrab1-2/+2
2009-11-29Don't do check_col()krj1-2/+1
2009-11-07From Alex Volinsky:jake1-3/+49
2009-10-09From Didier Gautheron:etxrab1-2/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-5/+5
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-20/+19
2009-02-25Clean up the comments in the L2TP dissector about RFCs.guy1-109/+117
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-11-01Change:etxrab1-0/+13
2007-09-11Update valuestrings and comments.etxrab1-32/+35
2007-01-20Update some value strings.etxrab1-29/+86
2006-08-14Carlos Pignataro <cpignata@cisco.com>jmayer1-37/+28
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-04-29When printing an error message, make sure we're using a valid tree. Fixesgerald1-1/+1
2005-04-28Break out of an infinite loop. Fixes bug 138.gerald1-0/+6
2005-02-09From Deepak Jain: add support for some Cisco L2TPv3 AVPs, always showguy1-3/+87
2005-01-29Add the I-D name for L2TPv3 to a comment.guy1-358/+381
2005-01-15From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3]guy1-55/+361
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.guy1-633/+1198
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1082