aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dec-dnart.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-18/+12
2014-11-26dec-dnart: use pinfo-scoped memory for addressesEvan Huus1-6/+7
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-2/+2
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2013-03-16[-Wmissing-prototypes]Anders Broman1-6/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-21new_offset was was written to but never read.Jörg Mayer1-6/+0
2011-10-24fix Wunused-but-set-variable warnings.Anders Broman1-55/+19
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-2/+2
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-24/+24
2011-10-05Use ENC_NA as the proto_tree_add_item() encoding parameter for a field of typ...Bill Meier1-5/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-51/+44
2011-07-15Update URL addition in r37899 with an "original" site instead of a mirror.Stephen Fisher1-1/+1
2011-07-04Add a URL for DECnet Phase IV specifications.Guy Harris1-0/+6
2011-05-19For old times' sake: Fix bad dissection of Ethernet Router Hello Messages: Co...Bill Meier1-286/+280
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-11/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-6/+6
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-6/+3
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-9/+9
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-51/+13
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-04-07Use some default true_false_string's.Bill Meier1-16/+11
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-14/+14
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-13/+13
2007-07-17fix a leakLuis Ontanon1-6/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-11/+0