aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin2-2/+87
2012-12-18SCSI: PERSISTENT_RESERVE_IN add names for service action 2/3 report capabili...Ronnie Sahlberg1-1/+5
2012-12-18Fix a double-free by setting the GSList back to NULL when we free it.Evan Huus1-0/+1
2012-12-18Use pinfo-scoped memory for 6LoWPAN addresses.Evan Huus1-2/+3
2012-12-18Get rid of another tvb_get_ptr() abuse (just like r46577 but in a differentJeff Morriss1-5/+7
2012-12-18Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-6/+7
2012-12-17Fix a copy and paste error.Martin Mathieson1-1/+1
2012-12-16From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80...Pascal Quantin2-19/+55
2012-12-16Another composite-TVB fix inspired byJeff Morriss1-0/+6
2012-12-16Followup to r46565 and r46568: don't even create the composite TVB if we'reJeff Morriss1-4/+6
2012-12-16Apply r46565 to another spot.Jeff Morriss1-1/+2
2012-12-16As suggested by Evan in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-0/+3
2012-12-16A different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8097 :Jeff Morriss1-27/+38
2012-12-16Another part of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-1/+2
2012-12-16DISSECTOR_ASSERT on member_length when composing a disjoint tvb in order toEvan Huus1-0/+1
2012-12-16From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Alexis La Goutte1-36/+30
2012-12-16From Simon Barber via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=809...Alexis La Goutte1-0/+8
2012-12-16Remove unused ett_nfs_security_label variableAlexis La Goutte1-3/+1
2012-12-16[Automatic manuf, services and enterprise-numbers update for 2012-12-16]Gerald Combs1-8/+188
2012-12-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8098 :Pascal Quantin1-2/+4
2012-12-16Initialize a variable to avoid a (false) may-be-used-uninitialized warning tu...Jeff Morriss1-4/+1
2012-12-16File missed in r46553.Jeff Morriss1-6/+2
2012-12-16Handle hop-by-hop-id collisions (when matching requests and answers) better:Jeff Morriss1-185/+217
2012-12-16Strengthen BT-uTP heuristic dissector and add a preference to enable it (disa...Pascal Quantin1-11/+34
2012-12-16Fix some clang warnings.Martin Mathieson2-8/+12
2012-12-16Check that system frame number is in range.Martin Mathieson2-4/+10
2012-12-15Add a missing ENC_ASCIIPascal Quantin1-1/+1
2012-12-15From bug 6123, Fix further dissection of data in TCP packets with the Riverbe...Michael Mann1-6/+21
2012-12-15Basic wmem string-buffer. Not yet feature-equivalent to the emem version.Evan Huus5-0/+228
2012-12-14Copy-paste error.Anders Broman1-1/+1
2012-12-14From Martin Isaksson:Anders Broman2-10/+34
2012-12-14fixMartin Kaiser1-2/+2
2012-12-13Revert back to the original patch which actuallly worked.Anders Broman1-3/+2
2012-12-13From John Batty:- the h248_3GCSD_properties_vals array was missing entry 0 th...Anders Broman1-3/+15
2012-12-13Fix what seems to be a typo errorPascal Quantin1-1/+1
2012-12-13From John Batty via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8087 :Pascal Quantin1-1/+1
2012-12-13From Ojab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8082 :Pascal Quantin1-32/+261
2012-12-12Moved users table lookup to find_oid_by_pres_ctx_id() so otherStig Bjørlykke2-40/+35
2012-12-12"Fill" a couple of value_string(ext)Anders Broman4-61/+69
2012-12-12General cleanup:Bill Meier1-294/+307
2012-12-12Fix some indentation.Jeff Morriss1-3/+6
2012-12-12From Adam Butcher: Add SAKKE support to MIKEY dissectorBill Meier1-5/+140
2012-12-12Use the complete fragment length to reassembly SSL frames. The old methodEvan Huus1-5/+4
2012-12-11Enhance BGP ORF (Make field filterable)Alexis La Goutte1-60/+92
2012-12-11Update IEEE Wireless Documentation linksAlexis La Goutte1-23/+4
2012-12-11Enhance (minor) MPLS PW OAM Dissector Replace proto_tree_add_uint => proto_tr...Alexis La Goutte1-6/+4
2012-12-11From Steve Dickson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8081Alexis La Goutte1-2/+38
2012-12-11Dissect eMBMS MTCH LCIDsPascal Quantin3-3/+52
2012-12-11From zhang lei:Anders Broman1-2/+3
2012-12-11Only construct bit string if show internal per fields is set. Use tvb_get_bitsAnders Broman1-46/+9