aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30Forgot to change the name to giopAnders Broman1-8/+6
svn path=/trunk/; revision=42927
2012-05-30Add files to use 'new plugin build style'Anders Broman9-125/+267
svn path=/trunk/; revision=42924
2012-05-21Cleanup whitespace;Bill Meier1-545/+1913
Reformat hf[] entries. svn path=/trunk/; revision=42748
2012-05-21Init some variables to prevent scan-build "Function call argument is an ↵Bill Meier1-4/+4
uninitialized value" messages. (Not actually a bug due to the way the code works ?) svn path=/trunk/; revision=42747
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+11
proto_tree_add_item() calls. svn path=/trunk/; revision=42590
2012-05-11Show m2m.fch_burst_tlv_value in decimal.Guy Harris1-1/+1
svn path=/trunk/; revision=42589
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+18
proto_tree_add_item() calls. Add hf[] entries for some fields that didn't have them. svn path=/trunk/; revision=42588
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42587
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-22/+22
proto_tree_add_item() calls. Clean up indentation. svn path=/trunk/; revision=42586
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
proto_tree_add_item() calls. Also, fix the type of what appears to be a 24-bit integral field (cut-and-pasteo?). svn path=/trunk/; revision=42585
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+9
proto_tree_add_item() calls. svn path=/trunk/; revision=42584
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42583
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-36/+304
proto_tree_add_item() calls. svn path=/trunk/; revision=42582
2012-05-10Better fixes for the last commit.Gerald Combs2-6/+4
svn path=/trunk/; revision=42529
2012-05-09Fix a few scan-build warnings.Gerald Combs5-17/+12
svn path=/trunk/; revision=42528
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier8-38/+0
svn path=/trunk/; revision=42446
2012-05-05From Nhi Nguyen:pascal1-2/+2
OPC UA bytestring node id decoding is wrong https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7226 svn path=/trunk/; revision=42437
2012-05-02From Gabor Somlai:Anders Broman1-0/+1
Decoding DOCSIS 3.0 Isolation DATA frames (FC_TYPE=10). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7214 svn path=/trunk/; revision=42382
2012-04-30The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris1-8/+0
containing packet length, so if we go past it, we'll get an exception thrown. Get rid of it. The answer to "Should msglen be returned instead of offset?" is "no" - the command dissectors return the new offset. Get rid of an unused - and unnecessary - variable. svn path=/trunk/; revision=42367
2012-04-30Fix a couple of clang warnings and adjust capitalization.Gerald Combs1-3/+3
svn path=/trunk/; revision=42358
2012-04-28Initialize u32RecDataLen to 0 to avoid a clang warning and in the event it ↵Chris Maynard1-1/+1
never gets initialized in either dissect_IODWriteReqHeader_block() or dissect_IODReadReqHeader_block(). svn path=/trunk/; revision=42325
2012-04-27As suggested in ↵Jeff Morriss1-3/+3
http://www.wireshark.org/lists/wireshark-dev/201204/msg00062.html : Don't use ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN with ENC_ASCII: ASCII has no endianism, so ENC_NA is more appropriate. svn path=/trunk/; revision=42300
2012-04-27Fix Malformed packet AMS for Read Device Info Read State Request.Anders Broman1-3/+25
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6710 check if data exists. svn path=/trunk/; revision=42292
2012-04-27Fix value of "Error in Parameter API"Jakub Zawadzki1-1/+1
References: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753#c3 svn path=/trunk/; revision=42285
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
svn path=/trunk/; revision=42053
2012-04-13From Pascal Quantin:Anders Broman1-5/+0
Fix Bug 6793 Some WiMAX messages decoded incorrectly https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6793 svn path=/trunk/; revision=42045
2012-04-10Add missing consts.Jakub Zawadzki3-3/+3
svn path=/trunk/; revision=42004
2012-04-09Add missing consts in opcua plugin.Jakub Zawadzki5-274/+274
svn path=/trunk/; revision=42000
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss31-31/+31
from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
2012-03-27Removed unused pdu_length in pdu_burst_decoder to avoid a warning from clang.Stig Bjørlykke1-4/+1
svn path=/trunk/; revision=41794
2012-03-27Added a check for a valid pointer to avoid a warning from clang.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=41793
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss1-193/+193
svn path=/trunk/; revision=41654
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier4-6/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2-2/+2
svn path=/trunk/; revision=41180
2012-02-09From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6819 :Jeff Morriss1-75/+75
Patch to fix channelproperty Maintanance decode. svn path=/trunk/; revision=40943
2012-01-29Add *.sbr files to the clean target.Anders Broman16-16/+16
svn path=/trunk/; revision=40761
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier4-97/+47
svn path=/trunk/; revision=40547
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
svn path=/trunk/; revision=40546
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
svn path=/trunk/; revision=40475
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40474
2012-01-13From Yi Zhang:Anders Broman1-3/+3
DSG_DA_TO_DSID_ASSOCIATION_DA/DSID is not correctly parsed in DOCSIS MDD packet. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6725 svn path=/trunk/; revision=40450
2012-01-13From Yi Zhang:Anders Broman1-0/+20
The DCD_CLID_BCAST_ID TLV is not supported in DOCSIS plugin. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6724 svn path=/trunk/; revision=40449
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
svn path=/trunk/; revision=40312
2011-12-14(Trivial) remove commented out calls to tvb_free().Bill Meier1-5/+0
svn path=/trunk/; revision=40202
2011-12-14tvb_free() can (now) be called from plugins on WindowsBill Meier1-5/+7
svn path=/trunk/; revision=40201
2011-12-01Fix:Jörg Mayer1-5/+0
trunk/plugins/profinet/packet-pn-rt.c: In function ‘IsDFP_Frame’: trunk/plugins/profinet/packet-pn-rt.c:182:9: error: ‘u8SFCycleCounter’ undeclared (first use in this function) trunk/plugins/profinet/packet-pn-rt.c:182:9: note: each undeclared identifier is reported only once for each function it appears in svn path=/trunk/; revision=40063
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'Anders Broman1-2/+2
packet-dcerpc-pn-io.c:8734: warning: unused variable 'iTotalLen' svn path=/trunk/; revision=40061
2011-12-01From Wido Kelling:Anders Broman3-148/+214
Enhancements to profinet decoding (IEC 61158) V2.3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6605 svn path=/trunk/; revision=40058
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte4-16/+1016
corba dissector generator improvement Patch 2 : create a defaulf field hf_operationrequest which provides the requested operation on both the resquest and the reply messages. From me : Regenerate GIOP Plugins svn path=/trunk/; revision=40038
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte3-337/+337
corba dissector generator improvement Patch 1 : field names is used in dissection instead of "enum value" which is not clear From me : Regenerate GIOP Plugins svn path=/trunk/; revision=40037