aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eigrp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-18EIGRP: Add missing CD (Candidate Default) flag on Legacy MetricAlexis La Goutte1-0/+9
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-2/+2
2016-01-03Clean up error checking and handling.Guy Harris1-71/+55
2016-01-03EIGRP: field eigrp.ipv4.destination does not show the correct destinationAlexis La Goutte1-4/+8
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-7/+7
2015-03-15Fix copy/pasteo of packet-eigrp.cMichael Mann1-2/+2
2015-03-14Correct comm_type length field.Michael Mann1-0/+2
2015-03-14Remove proto_tree_add_text from packet-eigrp.cMichael Mann1-62/+141
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-1/+1
2015-01-09disperse atalk-utils.[ch]Michael Mann1-1/+1
2015-01-07Add tvb_address_to_str.Michael Mann1-2/+1
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+4
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-08-09Clean up Internet checksum handling.Guy Harris1-9/+1
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-32/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-09Add Modelines infoAlexis La Goutte1-0/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-06-02EIGRP Sequence TLV Dissector PatchPeter Palúch1-34/+47
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-2/+2
2013-11-20Fix minor issue introduced with conversion to new expert API in r51688.Evan Huus1-1/+1
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-09-02Batch of filterable expert info.Michael Mann1-38/+47
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-67/+28
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-6/+6
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-10-08fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7800Martin Kaiser1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+3
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-116/+114
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-26Fix some "conflicting" value_string warnings.Jakub Zawadzki1-2/+2
2012-03-18Fix one of the dissector assertions in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-9/+10
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-1637/+1637