aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-4/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+2
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-12-02L2TP: add dissection of H bitsPascal Quantin1-0/+8
2014-11-20Replace tvb_length...() calls.AndersBroman1-4/+4
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+15
2014-06-30Fix the display of AVP:s that are not fully dissectedAndersBroman1-15/+16
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-54/+32
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13Make a routine not used outside this file static.Guy Harris1-1/+1
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