aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss7-26/+26
2011-09-01From Andrey Rouskol:Anders Broman1-1/+97
2011-09-01From Lei Chen:Anders Broman2-26/+996
2011-09-01If we're running from the build directory, check the WIRESHARK_SRC_DIRGuy Harris1-1/+25
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke1-1/+1
2011-08-31And fix distclean and maintainer-clean.Stig Bjørlykke1-2/+2
2011-08-31Fixed clean rule after crc move.Stig Bjørlykke1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke51-1292/+288
2011-08-30From Lei Chen:Anders Broman1-1/+1
2011-08-30crc directory restoration step 2 of 2: Make a copy of epan/crc@38799.Gerald Combs5-0/+310
2011-08-30crc directory restoration step 1 of 2: Delete the existing directory.Gerald Combs5-428/+0
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke49-39/+1700
2011-08-30Get rid of the last crc stuffJörg Mayer1-4/+0
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke49-1578/+39
2011-08-30Endace ERF channelisation and "New BFS" extension header support, fromGuy Harris2-0/+232
2011-08-29From Juliusz Chroboczek via bug #6273:Stephen Fisher1-1/+3
2011-08-29From Fredrik Kuivinen:Anders Broman1-7/+4
2011-08-29Add an expert info warning for integers encoded with too many octets.Stig Bjørlykke1-1/+16
2011-08-29Dissect some op codes.Stig Bjørlykke1-4/+141
2011-08-29Improved heuristics.Stig Bjørlykke1-11/+5
2011-08-29From Martin Kaiser:Anders Broman1-79/+79
2011-08-29From Martin Kaiser:Anders Broman1-28/+123
2011-08-29From Lei Chen:Anders Broman1-1/+107
2011-08-28[Automatic manuf, services and enterprise-numbers update for 2011-08-28]Gerald Combs1-4/+136
2011-08-27Stengthen the heuristics a bit (aka don't misclassify some ofJörg Mayer1-2/+8
2011-08-27Unify my address entryJörg Mayer2-2/+2
2011-08-27Remove some useless/wrong commentsJörg Mayer1-3/+0
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer15-1070/+1071
2011-08-26CSN_LEFT_ALIGNED_VAR_BMP didn't handle more than 8 bits.Anders Broman1-3/+17
2011-08-26Make dissection of AVP: 3GPP-User-Location-Info(22) l=15 f=V-- vnd=TGPP val=3...Anders Broman1-9/+40
2011-08-26Use ENC_BIG_ENDIAN.Anders Broman1-310/+310
2011-08-25Do case insensitive search for lua scripts to load.Stig Bjørlykke1-3/+1
2011-08-25Add a method to fetch protocol description.Stig Bjørlykke1-0/+10
2011-08-25- Remove expert Warning not relevant to all GTP variants.Anders Broman1-15/+5
2011-08-25"Bytes left to read" is an unsigned quantity. Changed FT_INT64 to FT_UINT64 ...Chris Maynard1-1/+1
2011-08-24From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+6
2011-08-24From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-15/+189
2011-08-24From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188Alexis La Goutte1-5/+26
2011-08-24Mark length parameter as unusedStephen Fisher1-1/+1
2011-08-24Use elm_len for the length.Anders Broman1-13/+13
2011-08-23From Gisle Vanem:Stig Bjørlykke1-2/+2
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke13-365/+7
2011-08-23"fix":Anders Broman1-3/+3
2011-08-23From Andrei Emeltchenko via Chris Maynard:Anders Broman1-10/+10
2011-08-23From Steve Karg:Anders Broman1-3/+352
2011-08-23Removed the call to g_warning() in proto_reg_handoff_opensafety(), as I didn'...Chris Maynard1-1/+0
2011-08-21Add some NSTime methods: add, sub and unm.Stig Bjørlykke1-0/+36
2011-08-21Removed nstime_diff() in favour of nstime_delta().Stig Bjørlykke3-29/+1
2011-08-21[Automatic manuf, services and enterprise-numbers update for 2011-08-21]Gerald Combs1-18/+162
2011-08-19Mark length as U(nsused)Anders Broman1-1/+1