aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Try to determine wether it is MEAS REP, EXT MEAS REP or ENH MEAS REP.Anders Broman1-2/+9
2012-12-19Only include wmem_core.h in packet_info.h. It's not technically aEvan Huus1-1/+1
2012-12-19See if *this* squelches the MSVC errors.Guy Harris1-3/+4
2012-12-19Implement a basic singly-linked for wmem.Evan Huus7-56/+241
2012-12-19Try to fix windows builds - MSVC doesn't like g_assert_not_reached() ?Evan Huus1-0/+3
2012-12-19Make the wmem string-buffer marginally useful but providing some accessors soEvan Huus2-0/+18
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus4-16/+39
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus7-36/+35
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss5-254/+236
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus10-18/+18
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss1-10/+5
2012-12-18From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+75
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