summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Decode certificatesJörg Mayer1-2/+10
2007-08-24Don't acidentally print the hexdump of a certificateJörg Mayer1-1/+1
2007-08-24Make Windows path separator look like Unix path separator.Jörg Mayer1-1/+2
2007-08-24Add a value for message_authenticatorJörg Mayer1-1/+2
2007-08-24From Chris Maynard:Anders Broman1-16/+16
2007-08-24From Chris Maynard:Anders Broman6-123/+75
2007-08-24this one was missingLuis Ontanon1-1/+1
2007-08-24Never, never, never modify a generated file... or out of idiocy you might loo...Luis Ontanon1-1/+1
2007-08-24Another iteration, the new code is almost there, We're missing just the impli...Luis Ontanon2-15/+37
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff2-12/+3
2007-08-24Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, whichRichard van der Hoff1-0/+6
2007-08-23From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:Richard van der Hoff3-29/+29
2007-08-23add remaining golay_* functionsRichard van der Hoff1-1/+3
2007-08-23Move follow_infos into folow_stream.c and initialize it.Gerald Combs2-12/+14
2007-08-23From Scott Robinson:Stephen Fisher2-12/+219
2007-08-23Fix comment on top of fileStephen Fisher1-1/+1
2007-08-23Fixed drawing of X Axis decimal values: "0. 50" -> "0.050"Stig Bjørlykke1-2/+2
2007-08-23When detecting fast retransmissions or out of order packets, use a 64-bit var...Jeff Morriss1-3/+3
2007-08-23Export golay_errors() to get the Windows builds going againJeff Morriss1-0/+1
2007-08-23Clean up the code.Jaap Keuter1-163/+161
2007-08-23Implement Resolution of conceptual table indexingLuis Ontanon2-54/+296
2007-08-23List additional request for command presentationJaap Keuter1-1/+2
2007-08-23Include libpcap.h so that we can use wtap_pcap_encap_to_wtap_encap()Gerald Combs1-1/+1
2007-08-23in preparation for de-pluginising h223, move golay code support into libwires...Richard van der Hoff5-6/+6
2007-08-23Translate Q.850 Cause values.Anders Broman1-1/+43
2007-08-23Don't rename to self when fuzz err; enable ^C file cleanup trapBill Meier1-5/+3
2007-08-23Large update with improvements in objects dissected, fragment reassembly, inf...Graham Bloice1-333/+400
2007-08-23Permit decoding of individual service errors + removal of a few lines consist...Graham Bloice1-15/+15
2007-08-23From David Helder:Jaap Keuter1-1/+5
2007-08-23From Steve KargJaap Keuter1-89/+109
2007-08-22Prepare the oids dataset for managing conceptual table indexingLuis Ontanon2-62/+243
2007-08-22Added DPNSS_NONE as par3_num and par4_num to "PCON-P"Stig Bjørlykke1-2/+3
2007-08-22From Todd J Martin:Stig Bjørlykke2-2/+1
2007-08-22Put suplementarry service strings and parameters into the tree.Anders Broman1-7/+654
2007-08-22Postpone checking if dumpcap is enabled until after we have checked if we hav...Jeff Morriss1-18/+33
2007-08-22Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi....Jeff Morriss3-5/+2
2007-08-22Handle case of source-dir != build-dir; 2 other minor bug fixes Bill Meier1-13/+15
2007-08-22autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the #...Jeff Morriss1-2/+2
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss5-22/+39
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss8-37/+80
2007-08-22Show which bits 'fragment offset' comes from (I had to look it up :( )Martin Mathieson1-1/+1
2007-08-22The reserved field is now 16 bits. Treat it as such.Jaap Keuter1-2/+2
2007-08-22More timestamp calculation fixes similar to the previous ones.Guy Harris2-8/+8
2007-08-22From Victor Fajardo:Jaap Keuter1-57/+38
2007-08-22Oops, have to regenerate this after changing its template.Guy Harris1-3/+3
2007-08-22Cast away shortening conversions that are presumed not to lose any data.Guy Harris1-3/+3
2007-08-22Cast away shortening conversions that are presumed not to lose any data.Guy Harris1-4/+4
2007-08-21Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_...Jeff Morriss1-2/+1
2007-08-21From yin sun <sunyin51@gmail.com> / bug 1722:Richard van der Hoff1-10/+6
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff5-305/+673