aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy138-137/+2998
2004-09-25Fetch the function from the correct offset.guy1-1/+1
2004-09-25What part of "least significant octet first" do you not understand? :-) guy1-3/+3
2004-09-25From packet steve: label the GRE key as "GRE Key", so thatguy1-1/+1
2004-09-25Fetch the handle for the data dissector, as we use it....guy1-0/+2
2004-09-25From Tomas Kukosa: export ether_to_str() from libethereal.dll.guy1-0/+1
2004-09-25From Tomas Kukosa:guy1-3/+6
2004-09-25fix bug in handling of offset for integers longer than 4 bytessahlberg1-4/+5
2004-09-24Fix Some compiler warnings:etxrab1-22/+0
2004-09-24From Carlos Pignataro:guy1-12/+22
2004-09-23From Magnus Hansson: move CIP protocol to own dissector (we forgot toguy2-0/+961
2004-09-23From Carlos Pignataro: append the symbolic name for reserved MPLS labelsguy1-3/+6
2004-09-23Get rid of the CRs and set eol-style to native so that you get CRs onguy1-1476/+1476
2004-09-23Add dissector packet-etheric.cetxrab1-0/+1
2004-09-23Add a dissector for an Ericsson protocol named "Etheric"etxrab1-0/+1476
2004-09-23Fix the dissection of the Reply function - it has a "receipt number"guy1-4/+18
2004-09-23Add support for the Ethernet Configuration Testing Protocol.guy3-14/+149
2004-09-23From Jelmer Vernooij:guy6-103/+346
2004-09-23From Jelmer Vernooij: fix a comment.guy1-1/+1
2004-09-23From Magnus Hansson:guy3-1975/+2088
2004-09-23From packet steve: add a filterable field for the GRE key.guy1-4/+7
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andguy2-0/+5
2004-09-22From Carlos Pignataro:guy1-3/+9
2004-09-22From Jelmer Vernooij:guy12-93/+241
2004-09-21Fix a typo.guy1-1/+1
2004-09-21From Jelmer Vernooij:guy22-1855/+1289
2004-09-21From Yaniv Kaul:guy1-52/+95
2004-09-21From Viorel Suman: fields in TALI are little-endian, so in the "get PDUguy1-1/+1
2004-09-20From Martin Mathieson: Fix a simple bug, in calculate_roundtrip_delay(), wher...etxrab1-2/+2
2004-09-20Update some RADIUS value stringsetxrab1-16/+60
2004-09-19Add to the "radius_attr_info" structure a pointer to an hf_ value, and,guy1-1031/+992
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andguy2-0/+2
2004-09-19Make the Kerberos 4 dissector a "new-style" dissector, so it canguy1-8/+6
2004-09-18Fiax a MSVC Warningetxrab1-1/+1
2004-09-18Use FALSE as the byte order argument to "proto_tree_add_item()" whenguy1-13/+13
2004-09-18Distinguish between the "data offset" field (offset of this burstguy1-32/+69
2004-09-18From Jelmer Vernooij:guy2-5/+168
2004-09-18add decoding of werido special transac versions of kerberos 4sahlberg1-7/+21
2004-09-17make kerberos able to dissect pkinit/pa-pk-as-rep packetssahlberg1-0/+3
2004-09-17add pkinit replies dissectionsahlberg2-0/+46
2004-09-17get rid of some compiler warningssahlberg2-5/+13
2004-09-17get rid of a compiler warning for unused function UserNoticesahlberg2-2/+8
2004-09-17From Jelmer Vernooij: get rid of some unused tables.guy1-28/+2
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aguy1-2/+4
2004-09-17IP addresses are always big-endian.guy1-1/+2
2004-09-17new protocol : Kerberos v4sahlberg2-0/+373
2004-09-17get rid of some compiler warningssahlberg1-0/+2
2004-09-17FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.guy1-1/+1
2004-09-17From Jelmer Vernooij:guy6-6/+356
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEguy1-0/+7