aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-15From Per Liedberg:Anders Broman3-39/+143
2011-12-15Use correct string length.Anders Broman1-2/+4
2011-12-15In certain cases, don't reference a tvb when displaying a hidden,generated fi...Bill Meier1-11/+10
2011-12-14Fix moving nfs_fhandle_data from packet-nfs.h to packet-nfs.c as begunStephen Fisher1-5/+1
2011-12-14Fix a tvb memory leak;Bill Meier1-17/+34
2011-12-14Treat expert info as a <field> instead of a <proto> when exporting to pdml.Chris Maynard3-1/+10
2011-12-14Add call to add_new_data_source() for a newly created REAL_DATA tvb.Bill Meier1-1/+9
2011-12-14Fix for bug 6032:Sake Blok2-2/+2
2011-12-14Fix tvb memory leak.Bill Meier1-0/+1
2011-12-14Fix a tvbuff memory leak;Bill Meier1-23/+19
2011-12-14Fix a (sort-of) memory leak: Use ep_alloc'd rather than se_alloc'd memory for...Bill Meier1-3/+1
2011-12-14Put back the source MAC address, but do it right, in one column_add_fstr()Guy Harris1-6/+2
2011-12-14Refer to a PID of 0x0002 as the PID for the HP Teaming heartbeatGuy Harris1-24/+48
2011-12-14Put back the checks for null arguments, but report a dissector bug ifGuy Harris1-17/+44
2011-12-14Back the previous change out; I'll be checking in a change to throw aGuy Harris1-26/+18