aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Batch of filterable expert infosMichael Mann1-4/+19
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-01Typo's. That is all.Jaap Keuter1-8/+8
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-28Fix Coverity CID 280377: Dead default in switch.Chris Maynard1-14/+4
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-14/+10
2013-02-01From Gaurav Patwardhan, RFC 6720 - Generalized TTL Security Mechanism (GTSM) ...Michael Mann1-12/+40
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-7/+7
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-4/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Aditya Ambadkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-7/+13
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman1-6/+34
2012-01-20Change display filter name from "ldp.tlv...." to "ldp.msg.tlv...." to be like...Chris Maynard1-3/+3
2011-11-28from Shobhank Sharma:Anders Broman1-6/+31
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-34/+34
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-32/+32
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-79/+79
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-03-25As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-7/+7
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-4/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-10-22Replace blurb that matches the field name with NULLJeff Morriss1-3/+3
2010-10-21Cleanup:Bill Meier1-2857/+2967
2010-10-21From Srinivasa Pradeep: LDP dissector: Add/update PseudoWire TLV suport.Bill Meier1-120/+745
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-6/+14
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-03Fixed abbrev for "Session Receiver Label Space Identifier".Stig Bjørlykke1-1/+1
2009-11-09Removed an unused assignment.Stig Bjørlykke1-1/+0
2009-10-25From Jakub Zawadzki:Anders Broman1-15/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-10/+10
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-38/+38
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-3/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-04Fix for bug 2832:Jaap Keuter1-11/+63
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2008-09-07Udate tlv_type_names with values from http://www.iana.org/assignments/ldp-nam...Anders Broman1-5/+67
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-5/+5
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1