aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-5/+5
2011-01-13From Clemens Auer:Jaap Keuter2-2/+56
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss4-44/+44
2011-01-13Getting ready for R9 versions of some LTE protocols.Martin Mathieson1-3/+6
2011-01-13Use value_string_ext.Anders Broman1-7/+11
2011-01-13Remove an unused variable.Anders Broman1-1/+0
2011-01-13Make it possible to dissect the part pressent in short frames.Anders Broman1-89/+82
2011-01-13From Pascal Quantin:Anders Broman1-4/+4
2011-01-12Set gsm_a_dtap_pinfo->link_dir to get proper dissection of PCO.Anders Broman1-92/+152
2011-01-12Mark a parameter as unused.Anders Broman1-1/+1
2011-01-12Enhance IE dissection.Anders Broman1-14/+138
2011-01-12Update dissection of Protocol configuration options.Anders Broman1-32/+59
2011-01-12From Eliad:Jaap Keuter1-0/+28
2011-01-12From Steve Karg:Jaap Keuter1-8/+38
2011-01-12Update a value_string.Anders Broman1-3/+5
2011-01-12Use value_string_ext in a couple of places.Anders Broman1-20/+31
2011-01-12From Fulko Hew:Jaap Keuter1-20/+31
2011-01-12TCAP- Application context name not been decoded correctlyAnders Broman1-1/+1
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss3-24/+23
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-31/+27
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-13/+8
2011-01-12Replace some uses of tvb_get_ptr() with tvb_get_ephemeral_string().Jeff Morriss1-14/+7
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss1-33/+27
2011-01-11Don't attempt to reassemble short (reported_len > len) chunks.Jeff Morriss1-0/+7
2011-01-11Don't store message fragments whose length is 0: there's no point. (OtherwiseJeff Morriss1-9/+11
2011-01-11Use value_string_ext and friends.Anders Broman1-2/+2
2011-01-11Complement toAnders Broman3-17/+77
2011-01-11Improve dissection of UE Time Zone.Anders Broman3-14/+11
2011-01-11ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeAnders Broman1-1/+1
2011-01-11From Slava K:Jaap Keuter2-0/+468
2011-01-11From Matthieu Patou <mat@samba.org>Ronnie Sahlberg1-22/+94
2011-01-10Add a missing procedure name for NFS-ACLRonnie Sahlberg1-3/+4
2011-01-10Stop gcc warning about type-punned pointer breaks strict anti-aliasingStephen Fisher1-3/+3
2011-01-10Add 2869 to the list of HTTP ports: http://support.microsoft.com/kb/886257Gerald Combs1-1/+1
2011-01-10Add an expert item about not dissected IE'sAnders Broman1-1/+5
2011-01-10Shorten long winded strings.Anders Broman1-4/+4
2011-01-10Move some DISSECTOR_SRC & DISSECTOR_INCLUDES entries so they are (more or les...Bill Meier1-43/+43
2011-01-10Give a couple commented-out hf's abbreviations (to keep checkAPIs happy).Jeff Morriss1-2/+2
2011-01-10Add application/vnd.3gpp.cw+xmlAnders Broman1-0/+1
2011-01-10Clean up the blurbs indicated by checkAPIs.Jaap Keuter1-11/+13
2011-01-10Give CSID an abbreviation.Jeff Morriss1-1/+1
2011-01-09Make comment a real comment, trying to fix the buildbot.Jaap Keuter1-3/+3
2011-01-09Update value_stringsAnders Broman1-58/+107
2011-01-09More field related fixes.Anders Broman1-22/+22
2011-01-09Fix:Anders Broman1-1/+1
2011-01-09Fix:Anders Broman1-2/+0
2011-01-09Add 26 Link-local Address Option.Anders Broman1-73/+319
2011-01-09Put sgsap in the right place.Anders Broman1-1/+1
2011-01-09Get rid of check_col().Anders Broman1-2/+1
2011-01-08Try to fix:Anders Broman3-3/+5