aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-17Add modelinesEvan Huus1-0/+13
2013-01-16Null the finfo pointer after we free it. Reduces (but does not completely fix)Evan Huus1-0/+1
2013-01-14Take a wild guess at what might be causingEvan Huus1-0/+1
2013-01-05From Nickolai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8167 :Pascal Quantin1-1/+1
2012-12-07Add a context menu to the packet list and fill in theGerald Combs1-0/+3
2012-12-02Use g_error() to generate an explanatory message (and a core) whenJeff Morriss1-3/+5
2012-11-18Check if we have a filter name.Anders Broman1-0/+5
2012-11-03Manually revert r45669Jakub Zawadzki1-31/+4
2012-11-02Remove const specifier from argument.Jakub Zawadzki1-2/+1
2012-10-25Fix problem where NTP times with the high-bit set to 0 (which RFC 2030Jeff Morriss1-7/+17
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-4/+31
2012-10-20- Free root node and tree data outside proto_tree_free_node,Jakub Zawadzki1-53/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Revert r45005.Martin Mathieson1-23/+27
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson1-27/+23
2012-09-03Don't fetch the value twice (unsigned integer case). Fix a cut-n-pasteo.Jeff Morriss1-5/+1
2012-09-03MT: move global field_info_tmp to tree_data_tJakub Zawadzki1-12/+15
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-1/+1
2012-08-13Keep field_info_tmp from being prematurely freed. Better fix for bug 7621.Gerald Combs1-0/+8
2012-08-12Fix a copy/paste error which triggered bug Gerald Combs1-1/+1
2012-08-10Instead of calling DISSECTOR_ASSERT() whenever we get an invalid length,Gerald Combs1-30/+98
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-1/+4
2012-08-08Move the pi==NULL test into TRY_TO_FAKE_THIS_REPR.Jeff Morriss1-99/+19
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+54
2012-07-30wrappers for label filling (with information about string truncation)Jakub Zawadzki1-48/+41
2012-06-20Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*Jeff Morriss1-62/+76
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-0/+8
2012-06-10Fix "BASE_CUSTOM field is incorrectly formatted when applied as a column".Bill Meier1-2/+14
2012-06-10Fix bug wherein values in a custom column aren't displayed as a value_string ...Bill Meier1-12/+12
2012-06-07Don't crash in 'proto_registrar_dump_values' if BASE_EXT_STRING and no extend...Bill Meier1-21/+23
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard1-1/+1
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki1-1/+1
2012-05-19Rework proto_registrar_dump_protocols() to prevent a Clang scan-build "de-ref...Bill Meier1-2/+4
2012-05-17Fix string buffer overflow (bug #7029)Jakub Zawadzki1-11/+21
2012-05-11Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not theGuy Harris1-12/+8
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-1/+1
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman1-0/+9
2012-04-26Add support for checking conflicting entries in value_string_ext.Jakub Zawadzki1-3/+8
2012-04-20From Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro. https://bugs.wireshark...Anders Broman1-1/+1
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-15/+13
2012-03-15Update a comment as to the number of Wireshark protocols;Bill Meier1-31/+33
2012-03-14Fix up a several REPORT_DISSECTOR_BUG messages to specify the correct functio...Bill Meier1-1170/+1268
2012-03-12Value can't be negative if no_of_bits == 0Stig Bjørlykke1-1/+1
2012-03-08From Sylvain Munaut: proto_tree_add_split_bits_item_ret_val doesn't handle si...Anders Broman1-0/+17
2012-03-02Increase the size of the preallocated area for hf fields.Anders Broman1-2/+4
2012-03-01(After a couple of years of warning about this), assert out if someone triesJeff Morriss1-6/+3
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman1-1/+1
2012-02-29From Mike Morrin:Anders Broman1-15/+141
2012-02-13If WIRESHARK_ABORT_ON_DISSECTOR_BUG is set (in the environment) and we put moreJeff Morriss1-0/+2
2012-01-25Fix a couple of cut-n-pasteos.Jeff Morriss1-2/+2