aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-09From Martin Peylo: add string for id-dsa-with-sha1 OID to pkix1explicit https...Anders Broman2-1/+3
2012-04-09From Martin Kaiser: DVB-CI: register an application for the SAS resource, new...Anders Broman4-64/+280
2012-04-09From Nick Lowe: Fix two check warnings, make consistent. (Rebased.) https://b...Anders Broman1-12/+12
2012-04-09From Michael Mann:pascal1-7/+8
2012-04-09Read_Buffer, Read_Modified & Read_Modified_All are valid outbound commands.Bill Meier1-55/+70
2012-04-09Obsolete a preferenceMartin Mathieson1-6/+3
2012-04-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7045 :pascal1-1/+1
2012-04-08As suggested by Jakub, always update the digit value when the nibble is outsi...pascal1-4/+4
2012-04-08[Automatic manuf, services and enterprise-numbers update for 2012-04-08]Gerald Combs2-5/+133
2012-04-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7042 :pascal1-1/+5
2012-04-07Fixed checkAPI warnings for blurb matching field nameGraham Bloice1-3/+3
2012-04-07From Nick Lowe:Anders Broman1-108/+118
2012-04-061.7.1 → 1.7.2.Gerald Combs8-13/+13
2012-04-06Build 1.7.1.Gerald Combs1-4/+4
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris5-5/+24
2012-04-06Clamp a value as suggested by Mike Morrin in bug 6878.Gerald Combs1-1/+1
2012-04-05Instead of loading our coordinates from a separate text file viaGerald Combs2-58/+151
2012-04-05Use tabs more uniformly.Guy Harris1-1/+1
2012-04-05Clean up indentation (use 8-space tab-based indentation throughout).Guy Harris1-28/+28
2012-04-05Rename v52_handle to reflect that it's a handle for V5DL, not V5.2Guy Harris1-9/+9
2012-04-05Fix the name of the variable with the handle for the V5.2 dissector, toGuy Harris1-24/+87
2012-04-05WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris2-4/+3
2012-04-05val is unitinialized when fUnsigned32 return false.Jakub Zawadzki1-4/+2
2012-04-05Fix invalid use of sizeof, it should be array length.Jakub Zawadzki1-12/+12
2012-04-05Put the right file name into the initial comment.Guy Harris1-1/+1
2012-04-05From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020Alexis La Goutte1-8/+12
2012-04-05For some broken environments we need also set LC_ALL.Jakub Zawadzki1-1/+3
2012-04-05Some fixes for nflog. Fix bug #7036Jakub Zawadzki1-13/+33
2012-04-05From Nick Lowe:Anders Broman2-81/+128
2012-04-05From Michael Mann:Anders Broman2-5/+25
2012-04-05Use common code to have the same hf field for DSCP in IPv4 and IPv6.Anders Broman3-9/+15
2012-04-05Use common code to add ip version to the tree.Anders Broman3-22/+11
2012-04-05Use common value string for DSCP.Anders Broman1-23/+1
2012-04-05From Shima:Anders Broman1-0/+18
2012-04-05From Nick Lowe:Anders Broman1-66/+91
2012-04-05Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson2-2/+2
2012-04-04Fix Coverity CID 1469: UNUSED_VALUE.Chris Maynard1-4/+0
2012-04-04Add XML to the capture file listGerald Combs1-1/+2
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs6-50/+47
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki2-12/+15
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss68-76/+80
2012-04-04Replace a:Jeff Morriss1-1/+1
2012-04-04Fix tpo.Guy Harris1-1/+1
2012-04-04Always declare getopt() with a prototype.Guy Harris1-1/+2
2012-04-04Work around that WinPcap bug for another pcap_open() call.Guy Harris1-0/+7
2012-04-04Work around WinPcap bug wherein pcap_open() returns -1 without puttingGuy Harris1-2/+17
2012-04-04Add more protocols and bug 6077 (Rearranging columns on Win64).Gerald Combs1-0/+9
2012-04-04Fix CID 613: item_str can't be NULL here so don't check for it being NULL.Jeff Morriss1-1/+1
2012-04-04Fix CID 614: callsinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-101/+98
2012-04-04Fix CID 615: strinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-145/+143