aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/packet-dcerpc-pn-io.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-6/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-05Corrected mrp decoding of link up and downWidok1-246/+81
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-02-24Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2014-02-19Bug 9721 - profinet write doesn't decode the Profidrive value Type correctWidok1-46/+155
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-1/+2
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-6/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-21/+21
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+2
2013-10-24Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann1-6/+5
2013-09-17emem -> wmemPascal Quantin1-26/+26
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-116/+116
2013-09-08Convert profinet dissector to use filterable expert info.Michael Mann1-131/+144
2013-09-02Fix Function call argument is an uninitialized value Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2013-08-16packet-dcerpc-pn-io.c: In function 'dissect_PNIO_C_SDU':Anders Broman1-1/+1
2013-08-16From Wido Kelling:Anders Broman1-1/+2
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard1-2/+3
2013-07-01Fix Coverity CID 1035326 (Improper use of negative value) by guarding against...Chris Maynard1-0/+2
2013-04-09Coverity CID 751101: Logically Dead CodeMartin Kaiser1-1/+1
2013-04-09fix indentingMartin Kaiser1-36/+36
2013-03-19From Michal Labedzki:Anders Broman1-1/+1
2013-03-03ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin1-1/+1
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-28/+28
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its == > it's as needed.Bill Meier1-1/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-10/+30
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-12General cleanup:Bill Meier1-188/+210
2012-12-12From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158Bill Meier1-175/+778
2012-11-28Fix [-Wshadow] warning;Bill Meier1-626/+632
2012-11-22Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46140Anders Broman1-840/+114
2012-11-22From Wido Kelling:Anders Broman1-114/+840
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21Cleanup whitespace;Bill Meier1-545/+1913
2012-05-21Init some variables to prevent scan-build "Function call argument is an unini...Bill Meier1-4/+4
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-5/+0
2012-04-28Initialize u32RecDataLen to 0 to avoid a clang warning and in the event it ne...Chris Maynard1-1/+1
2012-04-27Fix value of "Error in Parameter API"Jakub Zawadzki1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-02-09From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6819 :Jeff Morriss1-75/+75
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'Anders Broman1-2/+2
2011-12-01From Wido Kelling:Anders Broman1-65/+127