aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Use ENC_LITTLE_ENDIAN instead of TRUE as endian argument to proto_tree_add_bi...Chris Maynard5-191/+191
2011-12-22Set encoding to ENC_BIG_ENDIAN instead of the incorrect encoding of TRUE.Chris Maynard2-4/+4
2011-12-21Rework some code in tvbtest to fix an issue when testing composite tvbs.Bill Meier1-62/+96
2011-12-21Fix a Windows compile error.Bill Meier1-2/+2
2011-12-21Add code to allow tvbuff memory leak testing (using valgrind, for example).Bill Meier1-8/+26
2011-12-21Avoid a potential buffer overflow (and fix some typos). Resolves bug 6391: h...Chris Maynard1-6/+6
2011-12-21Remove no longer relevant comment about incrementing tvb usage count to preve...Bill Meier1-3/+1
2011-12-21A simplified version of tvbuffs:Bill Meier3-155/+143
2011-12-21From jingzhang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6590Alexis La Goutte1-8/+45
2011-12-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2011-12-21From Alexander Koeppe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-2/+0
2011-12-21From Jelmer Vernooij via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+333
2011-12-21From Jelmer Vernooij via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte2-0/+2
2011-12-21Fix indent and add modelines informationAlexis La Goutte1-980/+1014
2011-12-21Use correct reported_length for a tvb_new_subset() (not that it makes a diffe...Bill Meier1-2/+1
2011-12-20Improve this error message (example output based on attachment in bug #6665):Stephen Fisher1-1/+1
2011-12-20Avoid dupliacte entries in col_protoAnders Broman1-2/+2
2011-12-20Add some additional links to more up to date specfications.Chris Maynard1-0/+2
2011-12-20For a DNSSL lifetime of 0, add some useful text.Chris Maynard1-0/+3
2011-12-20Checking scmUDID for NULL is pointless since the pointer has already been der...Chris Maynard1-2/+1
2011-12-19Add support for dissecting AT commands in USB URB_CONTROL packets. Fixes htt...Chris Maynard2-6/+26
2011-12-19Tighten up conversation port matching once the 2nd port is known. Fixes http...Chris Maynard1-4/+9
2011-12-19Updates from David Wei.Anders Broman1-2/+25
2011-12-18Create "Dehunked Entity Body" with O(N) rather than O(N^2) efffort.Bill Meier1-5/+153
2011-12-18Fix Coverity CID's 1339 and 1340: UNUSED_VALUE.Chris Maynard1-2/+2
2011-12-18[Automatic manuf, services and enterprise-numbers update for 2011-12-18]Gerald Combs1-3/+183
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2011-12-17The author Holger Pfrommer preferes not to show the bits making up the port a...Anders Broman1-4/+4
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-25/+25
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-5/+2
2011-12-17Update IKEv2 to last IANA Parameters (2011-11-09)Alexis La Goutte1-6/+34
2011-12-16Add (what I think are) missing add_new_data_source() calls;Bill Meier1-4/+8
2011-12-16Fix tvb memory leak; Also: For a "packet-lifetime" tvb use ep_alloc'd (not se...Bill Meier1-7/+7
2011-12-16PAC: S4U update, decode the full S4U Delegation Info blob with correct namesRonnie Sahlberg1-7/+15
2011-12-16DCE/RPC: When printing counted strings to the tree, we divided the number of ...Ronnie Sahlberg1-1/+1
2011-12-16PAC: rename CONSTRAINED_DELEGATION to S4U_DELEGATION_INFORonnie Sahlberg3-24/+28
2011-12-16Kerberos: rename the pa type 129 to the correct name PA_FOR_USER and describe...Ronnie Sahlberg1-13/+9
2011-12-16Note why we need <stdio.h>.Guy Harris1-1/+1
2011-12-16Oops: #include <stdio.h> is really needed.Bill Meier1-0/+2
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();Bill Meier4-53/+50
2011-12-15Fix a typoBill Meier1-1/+1
2011-12-15#if 0 out a bunch of (currently?) unused routines.Guy Harris1-3/+3
2011-12-15Clean up indentation.Guy Harris1-46/+47
2011-12-15Null out opensafety_item if we're nulling out opensafety_tree.Guy Harris1-1/+2
2011-12-15#if 0 now unused variables.Anders Broman1-6/+7
2011-12-15Preparation to make it possible to dissable heuristic protocolsAnders Broman2-1/+3
2011-12-15From Roland Knall:Anders Broman1-56/+140
2011-12-15Call the rohc dissector directly, the code will be cleaned upAnders Broman2-5/+33
2011-12-15Conform indentation to that specified by the modeline; Reformat long lines.Bill Meier1-723/+789
2011-12-15Fix some tvb memory leaks; Fix a typo.Bill Meier1-4/+4