aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ositp.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-17Remove unnecessary includesMichael Mann1-2/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-17/+20
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-4/+4
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+4
2013-12-13Do one or more of the following:Bill Meier1-40/+40
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-15A few more dissectors converted to wmemPascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-07Batch of filterable expert infoMichael Mann1-20/+22
2013-08-20Fix several instances of clang warnings: Value stored to 'length' is never readChris Maynard1-513/+581
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-32/+18
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+14
2013-03-19From beroset:Anders Broman1-7/+7
2013-02-19calc_checksum() should be passed the length of the block to beGuy Harris1-11/+42
2013-02-19Whitespace tweaks.Guy Harris1-5/+6
2013-02-19Bugfix OSITP - Incorrect TP4 checksum calculation (ATN extended checksum) in ...Michael Mann1-24/+31
2012-11-29Make an enum_val_t static.Jeff Morriss1-1/+1
2012-11-18More TODOs:Guy Harris1-0/+8
2012-11-17Squelch another warning.Guy Harris1-1/+1
2012-11-17Squelch a warning (not enough data flow analysis is done to know thatGuy Harris1-1/+1
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris1-81/+79
2012-11-17Default to *not* decoding the ATN flavor of COTP, so that, for example,Guy Harris1-1/+1
2012-11-17Get rid of extra blank lines and trailing white space.Guy Harris1-11/+6
2012-11-17Clean up white space.Guy Harris1-556/+562
2012-11-17Get rid of /* FALLTHROUGH */ comments that don't refer to fallingGuy Harris1-19/+31
2012-11-17Fix checksum handling (using val_to_str() on a Boolean is overkill, andGuy Harris1-36/+57
2012-11-16Missed a ","Anders Broman1-1/+1
2012-11-16Fix:Anders Broman1-0/+1
2012-11-16From guettler:Anders Broman1-168/+620
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-4/+4
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-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-14/+14
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-04Multi-byte fields are big-endian, so fixed hf_cotp_vp_[src|dst]_tsap_bytes.Chris Maynard1-18/+20
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0