aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-08-25From Munenori Ohuchi:Stig Bjørlykke1-6/+38
2007-08-24Added expert info for length issues.Stig Bjørlykke1-0/+4
2007-08-24- Added first version of DMP sequence analysis.Stig Bjørlykke1-383/+903
2007-08-24From Todd J Martin:Stig Bjørlykke2-25/+150
2007-08-24take out oid_to_subid_buf again, because joerg has put it back into packet-sn...Richard van der Hoff1-37/+0
2007-08-24Revert back to old version with manually fixed get_ber_length parametersJörg Mayer2-319/+1282
2007-08-24complete the death of the h223 pluginRichard van der Hoff3-0/+1617
2007-08-24move packet-srp into the core (from the h223 plugin)Richard van der Hoff2-0/+241
2007-08-24add oids.{c,h} for LEGORichard van der Hoff1-0/+2
2007-08-24Cut and paste old oid_to_subid_buf (it used to be in packet-snmp.c) to get th...Richard van der Hoff1-0/+37
2007-08-24fix 'unused variable' warningRichard van der Hoff1-0/+3
2007-08-24add newline to end of fileRichard van der Hoff1-1/+1
2007-08-24Warning fixesJörg Mayer1-2/+4
2007-08-24The ber header was missing from the object, resulting inJörg Mayer1-26/+36
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer61-3795/+3132
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-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 Broman4-88/+64
2007-08-24Another iteration, the new code is almost there, We're missing just the impli...Luis Ontanon1-7/+20
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-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 Ontanon1-5/+5
2007-08-23in preparation for de-pluginising h223, move golay code support into libwires...Richard van der Hoff3-2/+310
2007-08-23Translate Q.850 Cause values.Anders Broman1-1/+43
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ørlykke1-2/+0
2007-08-22Put suplementarry service strings and parameters into the tree.Anders Broman1-7/+654
2007-08-22Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi....Jeff Morriss1-4/+1
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 Harris1-4/+4
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-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 Hoff1-222/+339
2007-08-21From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:Richard van der Hoff1-2/+3
2007-08-21A further iteration in the code, things start to look good!Luis Ontanon2-71/+108
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...Jeff Morriss3-16/+21