aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke1-4/+7
2010-07-14Add a field for "Revision Level Indicator" in the "MS Radio Access Capability...Anders Broman1-11/+13
2010-07-13Rename a variable. "tmp_len" was too similar to "tmp_length".Gerald Combs1-4/+4
2010-07-13Revert get_ber_length() back to r32530, which removes all of the changesGerald Combs1-61/+29
2010-07-13Allocate tap structs rather than using one static struct.Martin Mathieson2-34/+30
2010-07-13From Mellanox Technologies Ltd. via bug 5004:Stig Bjørlykke1-1/+2
2010-07-12Add length checks.Gerald Combs1-2/+18
2010-07-10Fix for bug 4993:Jaap Keuter1-1/+1
2010-07-09Check our field lengths. Should fix the recent randpkt errors.Gerald Combs1-0/+14
2010-07-09Assume that if we have more than 500 levels of nested indefinite lengthsGerald Combs1-3/+16
2010-07-09Implement a separate pref for enabling tracking of tcp window scalingBill Meier1-16/+22
2010-07-09From Ian Schorr: "NFSv4 COMMIT Calls not decoding" Bill Meier1-3/+2
2010-07-08From Thomas Dreibholz via bug 4989:Stig Bjørlykke1-18/+42
2010-07-08from Tarjei Knapstad.Anders Broman2-18/+16
2010-07-07For: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4984#c4 : In try_get...Jeff Morriss1-15/+20
2010-07-07Fix a buffer overflow found by recent randpkt testing. Replace raw dataGerald Combs1-18/+22
2010-07-07From Pascal Quantin: Add offset of 1 to FMS.Martin Mathieson1-1/+1
2010-07-07Fix infinite recursion reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-56/+57
2010-07-07Synchronize dissector lists between CMakeLists.txt andJörg Mayer1-12/+12
2010-07-06Fix for bug 4982:Jaap Keuter1-1/+13
2010-07-06Limit the number of operations to 128 (arbitrary number) to keep us from atte...Jeff Morriss1-96/+112
2010-07-06Add miising else handling a zero msg_auth_code.Anders Broman1-1/+7
2010-07-06Use G_GINT64_CONSTANT() to make a 64-bit all-bits-set constant.Guy Harris1-2/+2
2010-07-06No need to add a fake field with the opcode as a string - you can justGuy Harris1-25/+0
2010-07-06Try checking for G_MAXUINT64 instead of 0xffffffffffffffff.Stig Bjørlykke1-2/+2
2010-07-06Removed non-ASCII characters.Stig Bjørlykke1-1/+1
2010-07-06Fix the build on OSX.Stig Bjørlykke1-4/+4
2010-07-06Fix:Anders Broman1-3/+1
2010-07-06Fix "checked api failed"Anders Broman1-4/+4
2010-07-06From Brett Kuskie:Anders Broman1-41/+369
2010-07-06From Frank Schorr:Anders Broman1-0/+10
2010-07-06From Sven Eckelmann:Anders Broman1-26/+62
2010-07-06From Andrew Feren:Anders Broman1-20/+43
2010-07-06From Ian Schorr:Anders Broman2-121/+506
2010-07-05So many people who love to use easy to remember ports.Jörg Mayer1-11/+20
2010-07-05From Jouni Malinen:Anders Broman1-76/+492
2010-07-05Change type back to 16-bit to fix buildbot.Martin Mathieson1-3/+3
2010-07-05Show grant-subframe from context info.Martin Mathieson3-2/+15
2010-07-05From Jouni Malinen:Anders Broman1-0/+3
2010-07-05From Jouni Malinen:Anders Broman1-0/+9
2010-07-05Check range of supplied subframe number. If out, set back to max (9) andMartin Mathieson1-0/+5
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson3-57/+66
2010-07-02Code cleanup:Stig Bjørlykke1-1007/+986
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris1-5/+7
2010-07-01From Sven Eckelmann: Fix size of seqno in icmp packetsBill Meier1-5/+5
2010-07-01From Sven Eckelmann: Add support for v11 packet formatBill Meier1-0/+125
2010-07-01Don't add raw bytes to the tree.Gerald Combs1-5/+6
2010-07-01Have get_ber_length() set the length to 0 by default. This restores behaviorGerald Combs1-5/+5
2010-07-01Initialize MechType_oid in the right place.Gerald Combs1-10/+8
2010-07-01Initialize more variables.Gerald Combs2-9/+11