aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-7/+7
2020-09-16afs: use a simpler way to read a time fieldMartin Kaiser1-11/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-05afs: remove dead codeMartin Kaiser1-22/+2
2020-03-09afs: fix backup & butc RPC confusionMark Vitale1-3/+84
2020-03-09afs: make defragment / reassembly configurableMark Vitale1-2/+12
2020-03-09afs: add some "new" RPCsMark Vitale1-4/+10
2020-03-06afs: correctly calulate padding for stringsMark Vitale1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-20/+4
2017-01-29Register reassembly tablesMichael Mann1-3/+4
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-06-06afs: eliminate "malformed packet" false alarmsMark Vitale1-1/+2
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+8
2015-06-01AFS: Fix Mac OS X buildbot (-Wshadow)Alexis La Goutte1-3/+3
2015-06-01Convert AFS dissector to use ptvcursor API.Michael Mann1-1236/+1058
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-07AFS: Missing break in switch (CID 280434 & 280435)Alexis La Goutte1-0/+2
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-43/+30
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-39/+39
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-43/+31
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-09-10Replace deprecated tvb_length callsEvan Huus1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-02Reject the packet if data is NULL.Chris Maynard1-0/+3
2013-10-22Pass struct rxinfo "private data" into AFS dissector instead of using pinfo->...Michael Mann1-5/+7
2013-09-19From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9141Evan Huus1-4/+83
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9142Evan Huus1-1/+1
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9140Evan Huus1-26/+135
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-6/+6
2013-03-12use correct data type in the castMartin Kaiser1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-3/+9
2012-12-06Revert previous change - maybe we shouldn't enable -Wshadow with cruftyGuy Harris1-1/+1
2012-12-06Squelch some -Wshadow warnings (inappropriate warnings - they're justGuy Harris1-1/+1