aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-01-04Introduce dissect_e212_mcc_mnc_ep_str()Anders Broman2-5/+35
2011-01-04From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-68/+4
2011-01-04Fix build.Anders Broman1-1/+1
2011-01-04Don't use DISSECTOR_ASSERT() to catch malformed packets. Fixes bugGuy Harris1-677/+746
2011-01-04Instead of going over the Report segment twice, once to get the fieldsGuy Harris1-78/+42
2011-01-04From Alexis La Goutte:Jaap Keuter1-192/+419
2011-01-04Add more info to the tree.Anders Broman1-43/+103
2011-01-03Prettify dissection of User Location Info (ULI). (Complete)Anders Broman1-7/+8
2011-01-03Prettify dissection of User Location Info (ULI).Anders Broman1-16/+41
2011-01-03From Hadar Shoham:Jaap Keuter1-1/+26
2011-01-03Remove the other use of tvb_fake_unicode() from the DCE/RPC dissector andStephen Fisher1-6/+2
2011-01-03Fix (or at least quiet Valgrind about) https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-3/+6
2011-01-03Switch one of the places in the DCERPC dissector from usingStephen Fisher1-6/+2
2011-01-03Introduce two new functions for Unicode (UTF-16) string handling:Stephen Fisher2-1/+104
2011-01-03Partially fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5542 :Jeff Morriss1-18/+20
2011-01-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5537 :Jeff Morriss1-1/+1
2011-01-03Mark unused parameters as such.Anders Broman1-1/+1
2011-01-03Mark unused parameters as such.Anders Broman1-3/+3
2011-01-03Comment out a faulty line.Anders Broman1-1/+1
2011-01-03Enhance IE dissection and a number of bug fixes.Anders Broman1-81/+662
2011-01-03Put the query list items under the top-level query list item (whichGuy Harris1-3/+11
2011-01-03If we have no value to dissect, because the AVP has the wrong length forGuy Harris1-6/+18
2011-01-03Do length checking for Integer32, Integer64, Unsigned64, Float32, andGuy Harris1-9/+134
2011-01-02Note that this is ultimately not necessarily the right fix.Guy Harris1-0/+8
2011-01-02For those cases where we interpret the contents of an OCTET STRING,Guy Harris1-4/+115
2011-01-02Fix indentation.Guy Harris1-1/+1
2011-01-02[Automatic manuf, services and enterprise-numbers update for 2011-01-02]Gerald Combs1-3/+19
2011-01-02Add missing packet-btsdp.hKovarththanan Rajaratnam1-0/+356
2011-01-02From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam6-827/+1346
2011-01-01Add packet-json.cKovarththanan Rajaratnam1-1/+2
2010-12-31Update some URLs, add another spec.Guy Harris1-16/+24
2010-12-31A Query List has more than one has multiple QCODEs; you cannot handleGuy Harris1-12/+21
2010-12-31From FRAsse via bug 5539:Gerald Combs1-5/+5
2010-12-31From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard4-5/+445
2010-12-31Whops, packet-sgsap.c is not ASN1.Stig Bjørlykke1-1/+1
2010-12-31Added missing packet-sgsap.cStig Bjørlykke1-0/+1
2010-12-31Add current list of ROHC profile names, taken from:Martin Mathieson1-8/+20
2010-12-31It's not a good idea to use tcph->th_seglen if you haven't set it.Guy Harris1-1/+1
2010-12-30Corrected comment for col_custom_occurrence.Stig Bjørlykke1-2/+2
2010-12-30Only chop the last character (new line) from the error message.Stig Bjørlykke1-1/+1
2010-12-30Fix checkAPI.Gerald Combs1-1/+1
2010-12-30Extend a commentAnders Broman1-0/+5
2010-12-30Extend IE dissetcion.Anders Broman1-68/+215
2010-12-30Clarify that "don't make changes here" refers to the copy of Pidl, notGuy Harris1-3/+4
2010-12-30OK, I found a URL that will get you to the CPAN page for Yapp withoutGuy Harris1-8/+6
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sGuy Harris3-5/+7
2010-12-30Add some white space.Guy Harris1-11/+24
2010-12-29Add GEOIP_COUNTRY_EDITION_V6 to geoip_type_name_vals[].Chris Maynard1-0/+1
2010-12-29Update list of relevant protocol specs. Some drafts are now RFC's.Chris Maynard1-5/+5
2010-12-29Fix a buffer overflow in the engineId preferences. Fixes bug 5530.Gerald Combs1-13/+17