aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-30The GIOP plugin is now one big plugin (instead of 2, or was it 4?).Jeff Morriss1-2/+1
2012-05-30Dissable -WerrorAnders Broman1-3/+3
2012-05-30Forgot to change the name to giopAnders Broman1-8/+6
2012-05-30Replace IDL generated dissector with common dllAnders Broman2-8/+2
2012-05-30Modify IDL generated plugin interface (untested)Anders Broman1-2/+2
2012-05-30Add files to use 'new plugin build style'Anders Broman9-125/+267
2012-05-30From Richard Sharpe on -dev:Jeff Morriss1-0/+50
2012-05-30Prefix TransportFormatSet_type_enum values with NBAP_ to avoid a clash with '...Pascal Quantin3-40/+40
2012-05-30Mark pinfo as unused. Change args to proto_tree_add_text().Chris Maynard1-15/+15
2012-05-30PPP CCP improvements. And yay, checkAPIs no longer complains about the numbe...Chris Maynard1-145/+536
2012-05-30Revert GEOIP_CFLAGS back to r42905. It looks like the builders picked upGerald Combs1-1/+1
2012-05-30Ugh. Fix GEOIP_CFLAGS again. 3rd time's the charm?Chris Maynard1-1/+1
2012-05-30Try it with Windows style path separator instead.Chris Maynard1-1/+1
2012-05-30Fix GEOIP_CFLAGS so GeoIP.h can be found.Chris Maynard1-1/+1
2012-05-30Stab at DCH 31 dissection.Anders Broman1-2/+20
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman6-185/+319
2012-05-30Use ett variable for proto_item_add_subtree function callPascal Quantin3-8/+10
2012-05-30Add an application id.Anders Broman1-2/+4
2012-05-30Fix part of bug #4030Jakub Zawadzki1-4/+9
2012-05-30Fix make-authors-short.pl warning:Jakub Zawadzki1-5/+5
2012-05-30Fix bug #5077 in IPv6.Jakub Zawadzki1-15/+26
2012-05-30Cleanup geoip support in ipv6.Jakub Zawadzki1-90/+37
2012-05-30Back out previous change.Gerald Combs1-1/+1
2012-05-30Extract into the right directory.Gerald Combs1-1/+1
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs6-8/+20
2012-05-29Avoid using C99 '%hh' length modifierPascal Quantin3-3/+3
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301:Pascal Quantin5-2/+329
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7302:Pascal Quantin1-10/+46
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7303Pascal Quantin1-13/+6
2012-05-29Fix bug #7304, stupid mistake.Jakub Zawadzki1-1/+1
2012-05-29Fix bug #5735Jakub Zawadzki1-1/+1
2012-05-29Handle E-DCHAnders Broman2-5/+24
2012-05-29SCSI SBC: Add dissection of GET_LBA_STATUS commandRonnie Sahlberg2-2/+90
2012-05-29From Porus Mehta:Anders Broman1-3/+1180
2012-05-29From Deepti Ragha:Anders Broman2-3/+434
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman3-7/+60
2012-05-29From Evan Huus:Anders Broman1-2/+13
2012-05-29From Evan Huus:Anders Broman2-1/+5
2012-05-29Test was backwards - if fname_new is *NON*-null, it was the name of aGuy Harris1-2/+2
2012-05-29From Erwin Rol: fix a copy-and-paste leftover.Guy Harris1-2/+1
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin7-250/+267
2012-05-28Use C/T as rbidAnders Broman1-3/+17
2012-05-28Use ett instead of hf variableAnders Broman3-10/+14
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard2-2/+2
2012-05-28Set but not used variableAnders Broman1-2/+0
2012-05-28Remove C++ style comments initilize some variables.Anders Broman1-3/+4
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki4-7/+6
2012-05-28Set SVN properties.Anders Broman1-1/+1
2012-05-28Set SVN properties.Anders Broman4-4/+4
2012-05-28From Erwin Rol:Anders Broman9-353/+4844