aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30Add some needed parenthesis as pointed out by Jakub and the OS XGerald Combs1-1/+1
builders. svn path=/trunk/; revision=42935
2012-05-30Use the updated GeoIP package (1.4.8-2).Gerald Combs3-3/+3
svn path=/trunk/; revision=42933
2012-05-30Revert r42853, cleanup packet-jxta which might really fix CID 280210Jakub Zawadzki1-22/+6
References: http://www.wireshark.org/lists/wireshark-dev/201205/msg00226.html svn path=/trunk/; revision=42932
2012-05-30In recent versions of GLib (test with 2.32) g_log_default_handlerGerald Combs2-4/+37
helpfully ignores G_LOG_LEVEL_INFO and G_LOG_LEVEL_DEBUG messages by default. If the console_log_level preference includes either of those two levels set the G_MESSAGES_DEBUG environment variable so that those messages are printed. Add checks for various console log messages to the stdin capture suite. Fixes bug 7265. svn path=/trunk/; revision=42930
2012-05-30The GIOP plugin is now one big plugin (instead of 2, or was it 4?).Jeff Morriss1-2/+1
svn path=/trunk/; revision=42929
2012-05-30Dissable -WerrorAnders Broman1-3/+3
svn path=/trunk/; revision=42928
2012-05-30Forgot to change the name to giopAnders Broman1-8/+6
svn path=/trunk/; revision=42927
2012-05-30Replace IDL generated dissector with common dllAnders Broman2-8/+2
svn path=/trunk/; revision=42926
2012-05-30Modify IDL generated plugin interface (untested)Anders Broman1-2/+2
svn path=/trunk/; revision=42925
2012-05-30Add files to use 'new plugin build style'Anders Broman9-125/+267
svn path=/trunk/; revision=42924
2012-05-30From Richard Sharpe on -dev:Jeff Morriss1-0/+50
Attached is a patch that fixes (I think) the handling of extended responses on NTCreate&X requests. svn path=/trunk/; revision=42923
2012-05-30Prefix TransportFormatSet_type_enum values with NBAP_ to avoid a clash with ↵Pascal Quantin3-40/+40
'PCH' in <WinNT.h> svn path=/trunk/; revision=42922
2012-05-30Mark pinfo as unused. Change args to proto_tree_add_text().Chris Maynard1-15/+15
svn path=/trunk/; revision=42921
2012-05-30PPP CCP improvements. And yay, checkAPIs no longer complains about the ↵Chris Maynard1-145/+536
number of useless add_text()'s since the ratio is finally below 50%. This ratio should continue to drop as more and more fields become filterable. svn path=/trunk/; revision=42920
2012-05-30Revert GEOIP_CFLAGS back to r42905. It looks like the builders picked upGerald Combs1-1/+1
the wrong archive yesterday before I had a chance to upload the right one. svn path=/trunk/; revision=42919
2012-05-30Ugh. Fix GEOIP_CFLAGS again. 3rd time's the charm?Chris Maynard1-1/+1
svn path=/trunk/; revision=42918
2012-05-30Try it with Windows style path separator instead.Chris Maynard1-1/+1
svn path=/trunk/; revision=42917
2012-05-30Fix GEOIP_CFLAGS so GeoIP.h can be found.Chris Maynard1-1/+1
svn path=/trunk/; revision=42916
2012-05-30Stab at DCH 31 dissection.Anders Broman1-2/+20
svn path=/trunk/; revision=42915
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman6-185/+319
svn path=/trunk/; revision=42914
2012-05-30Use ett variable for proto_item_add_subtree function callPascal Quantin3-8/+10
svn path=/trunk/; revision=42913
2012-05-30Add an application id.Anders Broman1-2/+4
svn path=/trunk/; revision=42912
2012-05-30Fix part of bug #4030Jakub Zawadzki1-4/+9
GeoIP strings from r39299 are encoded in UTF-8 so don't use format_text. svn path=/trunk/; revision=42911
2012-05-30Fix make-authors-short.pl warning:Jakub Zawadzki1-5/+5
Use of uninitialized value $nextline in pattern match (m//) at ./make-authors-short.pl line 23, <> line 3660 svn path=/trunk/; revision=42910
2012-05-30Fix bug #5077 in IPv6.Jakub Zawadzki1-15/+26
svn path=/trunk/; revision=42909
2012-05-30Cleanup geoip support in ipv6.Jakub Zawadzki1-90/+37
svn path=/trunk/; revision=42908
2012-05-30Back out previous change.Gerald Combs1-1/+1
svn path=/trunk/; revision=42907
2012-05-30Extract into the right directory.Gerald Combs1-1/+1
svn path=/trunk/; revision=42906
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs6-8/+20
svn path=/trunk/; revision=42905
2012-05-29Avoid using C99 '%hh' length modifierPascal Quantin3-3/+3
svn path=/trunk/; revision=42904
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301:Pascal Quantin5-2/+329
Dissector for DVB Application Information Table (AIT) svn path=/trunk/; revision=42903
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7302:Pascal Quantin1-10/+46
Small updates to ISO 7816 dissector svn path=/trunk/; revision=42902
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7303Pascal Quantin1-13/+6
Remove unnecessary null checks before calling proto_item_set_len() in DVB-CI dissector svn path=/trunk/; revision=42901
2012-05-29Fix bug #7304, stupid mistake.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=42900
2012-05-29Fix bug #5735Jakub Zawadzki1-1/+1
dissect_attribute_value_pairs() should be also called with NULL tree. Broken from r29964. svn path=/trunk/; revision=42899
2012-05-29Handle E-DCHAnders Broman2-5/+24
svn path=/trunk/; revision=42898
2012-05-29SCSI SBC: Add dissection of GET_LBA_STATUS commandRonnie Sahlberg2-2/+90
svn path=/trunk/; revision=42897
2012-05-29From Porus Mehta:Anders Broman1-3/+1180
Wireshark's RADIUS dictionaries for Starent need an update. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6243 svn path=/trunk/; revision=42896
2012-05-29From Deepti Ragha:Anders Broman2-3/+434
Additions to the ARP dissector as per the IANA specifications for ARP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7216 svn path=/trunk/; revision=42895
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman3-7/+60
Enhancement to LDP dissector to support changes proposed in RFC6391 - flow aware transport of PW over an MPLS PSN. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7046 svn path=/trunk/; revision=42894
2012-05-29From Evan Huus:Anders Broman1-2/+13
Fix to BACapp item length causes Buildbot crash output: randpkt-2011-04-13-1899.pcap https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5825 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7296 svn path=/trunk/; revision=42893
2012-05-29From Evan Huus:Anders Broman2-1/+5
Misc resource leaks. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7296 svn path=/trunk/; revision=42892
2012-05-29Test was backwards - if fname_new is *NON*-null, it was the name of aGuy Harris1-2/+2
temporary file to which we were writing in order to do a "safe save". Thanks to Coverity for pointing this out - should fix CIDs 703317 and 703316. svn path=/trunk/; revision=42891
2012-05-29From Erwin Rol: fix a copy-and-paste leftover.Guy Harris1-2/+1
svn path=/trunk/; revision=42890
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin7-250/+267
Fix a few typo errors while we are at it svn path=/trunk/; revision=42889
2012-05-28Use C/T as rbidAnders Broman1-3/+17
svn path=/trunk/; revision=42888
2012-05-28Use ett instead of hf variableAnders Broman3-10/+14
svn path=/trunk/; revision=42887
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard2-2/+2
svn path=/trunk/; revision=42886
2012-05-28Set but not used variableAnders Broman1-2/+0
svn path=/trunk/; revision=42885
2012-05-28Remove C++ style comments initilize some variables.Anders Broman1-3/+4
svn path=/trunk/; revision=42884