aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various errors found by checkAPI.pl and fix-encoding-args.pl scriptsPascal Quantin2013-07-181-21/+21
* From Rupesh Patro:Anders Broman2013-07-181-5/+328
* Removed check_col() and the occasional tree.Michael Mann2013-06-141-11/+9
* Batch of filterable expert infosMichael Mann2013-05-271-4/+19
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-04-221-1/+1
* Typo's. That is all.Jaap Keuter2013-04-011-8/+8
* From beroset:Anders Broman2013-03-191-3/+3
* Fix Coverity CID 280377: Dead default in switch.Chris Maynard2013-02-281-14/+4
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-271-14/+10
* From Gaurav Patwardhan, RFC 6720 - Generalized TTL Security Mechanism (GTSM) ...Michael Mann2013-02-011-12/+40
* Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier2013-01-311-7/+7
* Fix various instances of unused hf[] entries foundBill Meier2013-01-261-4/+10
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-2/+2
* From Aditya Ambadkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss2012-09-071-7/+13
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-9/+9
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Aditya Ambadkar and Diana Chris:Anders Broman2012-05-291-6/+34
* Change display filter name from "ldp.tlv...." to "ldp.msg.tlv...." to be like...Chris Maynard2012-01-201-3/+3
* from Shobhank Sharma:Anders Broman2011-11-281-6/+31
* Fix proto_tree_add_item() encoding args.Bill Meier2011-10-251-34/+34
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-32/+32
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-79/+79
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-5/+5
* As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2011-03-251-7/+7
* Use tvb_memeql() and tvb_memcpy().Jeff Morriss2011-01-161-4/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Replace blurb that matches the field name with NULLJeff Morriss2010-10-221-3/+3
* Cleanup:Bill Meier2010-10-211-2857/+2967
* From Srinivasa Pradeep: LDP dissector: Add/update PseudoWire TLV suport.Bill Meier2010-10-211-120/+745
* Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss2010-10-081-6/+14
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Fixed abbrev for "Session Receiver Label Space Identifier".Stig Bjørlykke2010-01-031-1/+1
* Removed an unused assignment.Stig Bjørlykke2009-11-091-1/+0
* From Jakub Zawadzki:Anders Broman2009-10-251-15/+3
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-4/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-081-10/+10
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-38/+38
* FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier2009-05-081-3/+2
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Fix for bug 2832:Jaap Keuter2008-12-041-11/+63
* From Peter (bug 2942):Stig Bjørlykke2008-11-221-1/+1
* Udate tlv_type_names with values from http://www.iana.org/assignments/ldp-nam...Anders Broman2008-09-071-5/+67
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-5/+5
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1