aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-3/+3
2012-10-26Revert revision 44921.Evan Huus1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-3/+3
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-31From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7306 :Pascal Quantin1-2/+15
2012-05-21From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7271 :pascal1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-1/+2
2012-05-11Remove useless '+0' in proto_tree_add_* function callspascal1-70/+70
2012-05-11From Niels de Vos:pascal1-0/+17
2012-05-11From Niels de Vos:pascal1-66/+51
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-25From Niels de Vos:pascal1-0/+72
2012-03-30Fix compiler warnings (set but not used).Jörg Mayer1-7/+7
2012-03-29ONC-RPC: After we have dissected the decrypted PDU, update offset to reflect ...Ronnie Sahlberg1-0/+1
2012-03-29ONC-RPC: Add decryption of GSSAPI protected NFS and other ONC based protocolsRonnie Sahlberg1-38/+98
2012-03-28ONC-RPC: When a GSS context is destroyed, that NULL procedure call does not c...Ronnie Sahlberg1-3/+7
2012-03-28remove a header include that was used when debugging and forgotten to be remo...Ronnie Sahlberg1-1/+0
2012-03-28ONC-RPC: add tracking of GSSAPI authentication contextsRonnie Sahlberg1-13/+123
2011-10-26Fix proto_tree_add_item() encoding args.Bill Meier1-5/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-5/+1
2011-04-22Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-1/+5
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-4/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-21After calling a subdissector, set a fence on COL_INFO so whatever theJeff Morriss1-69/+78
2010-10-08Remove check_col()Jeff Morriss1-65/+42
2010-10-07Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-0/+8
2010-07-06From Ian Schorr:Anders Broman1-8/+22
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-19Fix a few gcc _Wshadow warnings ....Bill Meier1-6/+6
2010-01-02From Jakub Zawadzki:Anders Broman1-9/+4
2009-10-25From Jakub Zawadzki:Anders Broman1-12/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-52/+52
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataAnders Broman1-7/+1
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-5/+3
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.Gerald Combs1-7/+4
2009-04-06More size_t fixes.Gerald Combs1-1/+1