aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28from Shobhank Sharma:etxrab1-6/+31
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-34/+34
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-32/+32
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-79/+79
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-03-25As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-7/+7
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-4/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-22Replace blurb that matches the field name with NULLmorriss1-3/+3
2010-10-21Cleanup:wmeier1-2857/+2967
2010-10-21From Srinivasa Pradeep: LDP dissector: Add/update PseudoWire TLV suport.wmeier1-120/+745
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-6/+14
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-03Fixed abbrev for "Session Receiver Label Space Identifier".stig1-1/+1
2009-11-09Removed an unused assignment.stig1-1/+0
2009-10-25From Jakub Zawadzki:etxrab1-15/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-08From Kovarththanan Rajaratnam:stig1-10/+10
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-38/+38
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-3/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-04Fix for bug 2832:jake1-11/+63
2008-11-22From Peter (bug 2942):stig1-1/+1
2008-09-07Udate tlv_type_names with values from http://www.iana.org/assignments/ldp-nam...etxrab1-5/+67
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-5/+5
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+1
2005-08-15ememify g_malloc() callssahlberg1-6/+4
2004-10-08From Carlos Pignataro: decode more TLVs and subTLVs and make some smallguy1-0/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-24From Carlos Pignataro:guy1-12/+22
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
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/+3140