aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Introduce match_strval_idx_ext()Anders Broman2-18/+48
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-09[Automatic manuf, services and enterprise-numbers update for 2011-01-09]Gerald Combs1-5/+165
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
2011-01-08Further IE dissection updates.Anders Broman1-21/+234
2011-01-08Use report_failure() to report problems reading the RADIUS dictionary,Guy Harris1-2/+2
2011-01-08If the lack of a peer conversation is a bug, use one of theGuy Harris1-9/+7
2011-01-08Add "tcp.window_size_value" and "tcp.window_size_scalefactor" conformSake Blok2-55/+84
2011-01-07Append text to INFO column. Closes out bug 4472.Chris Maynard1-0/+2
2011-01-07Don't try to display a string in BASE_DEC. Also delete duplicate registratio...Jeff Morriss1-13/+8
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build direct...Jeff Morriss1-3/+3
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anAnders Broman1-2/+2
2011-01-07Fix buildbot.Anders Broman1-9/+21
2011-01-07Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-12/+14
2011-01-07Add dissection of more IE:sAnders Broman3-74/+1146
2011-01-07If we get an unknown reply status, don't print a g_warning message -Guy Harris1-2/+6
2011-01-07From Alexis La Goutte:Anders Broman2-142/+228
2011-01-06Don't use g_warning() - either you have a dissector bug, and should useGuy Harris1-3/+14
2011-01-06More misc. CLDAP improvements for Active Directory including updatingStephen Fisher1-36/+48
2011-01-06Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-105/+103
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher1-26/+19
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher1-72/+75
2011-01-06GEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.Gerald Combs1-0/+2
2011-01-06When showing a DNS query response containing a SRV record, display itemsStephen Fisher1-1/+38
2011-01-06(After discussion on -dev) revert 35393: the old code is faster (and it is sa...Jeff Morriss1-24/+30
2011-01-06strtoull() doesn't exist on Windows, use g_ascii_strtoull() instead.Jeff Morriss1-1/+1
2011-01-06Use tvb_memeql() instead of memcmp()+tvb_get_ptr().Jeff Morriss1-8/+6
2011-01-06Actually use proto_tree_add_item().Jeff Morriss1-1/+1
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...Jeff Morriss1-7/+9
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...Jeff Morriss1-13/+3
2011-01-06Rather than creating strtoul{l} functions that can deal with possibly non-NULLJeff Morriss1-55/+18
2011-01-06Use tvb_get_ephemeral_stringz() instead of tvb_get_strsize() plus (sometimes ...Jeff Morriss1-30/+24
2011-01-05Reset the global pdu_type *before* returning.Jeff Morriss1-17/+31
2011-01-05Remove an unreached return.Jeff Morriss1-5/+2
2011-01-05Remove a duplicate return.Jeff Morriss1-4/+2
2011-01-05Remove a break that makes other following statements unreached.Jeff Morriss1-1/+0
2011-01-05Remove unreached statement.Jeff Morriss1-4/+3
2011-01-05Replace 2 switch()es with duplicated values (but missing most of the case sta...Jeff Morriss1-109/+36
2011-01-05Use some tvb_ accessor functions instead of a standard function plus tvb_get_...Jeff Morriss1-8/+4
2011-01-05Handling a too-long length should be handled better.Guy Harris1-0/+3