aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
Commit message (Expand)AuthorAgeFilesLines
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-27133-134/+134
* Fetch the function from the correct offset.Guy Harris2004-09-251-1/+1
* What part of "least significant octet first" do you not understand? :-) Guy Harris2004-09-251-3/+3
* From packet steve: label the GRE key as "GRE Key", so thatGuy Harris2004-09-251-1/+1
* Fetch the handle for the data dissector, as we use it....Guy Harris2004-09-251-0/+2
* From Tomas Kukosa:Guy Harris2004-09-251-3/+6
* fix bug in handling of offset for integers longer than 4 bytesRonnie Sahlberg2004-09-251-4/+5
* Fix Some compiler warnings:Anders Broman2004-09-241-22/+0
* From Carlos Pignataro:Guy Harris2004-09-241-12/+22
* From Magnus Hansson: move CIP protocol to own dissector (we forgot toGuy Harris2004-09-232-0/+961
* From Carlos Pignataro: append the symbolic name for reserved MPLS labelsGuy Harris2004-09-231-3/+6
* Get rid of the CRs and set eol-style to native so that you get CRs onGuy Harris2004-09-231-1476/+1476
* Add dissector packet-etheric.cAnders Broman2004-09-231-0/+1
* Add a dissector for an Ericsson protocol named "Etheric"Anders Broman2004-09-231-0/+1476
* Fix the dissection of the Reply function - it has a "receipt number"Guy Harris2004-09-231-4/+18
* Add support for the Ethernet Configuration Testing Protocol.Guy Harris2004-09-233-14/+149
* From Jelmer Vernooij:Guy Harris2004-09-236-103/+346
* From Jelmer Vernooij: fix a comment.Guy Harris2004-09-231-1/+1
* From Magnus Hansson:Guy Harris2004-09-233-1975/+2088
* From packet steve: add a filterable field for the GRE key.Guy Harris2004-09-231-4/+7
* From Carlos Pignataro:Guy Harris2004-09-221-3/+9
* From Jelmer Vernooij:Guy Harris2004-09-2212-93/+241
* From Jelmer Vernooij:Guy Harris2004-09-2122-1855/+1289
* From Yaniv Kaul:Guy Harris2004-09-211-52/+95
* From Viorel Suman: fields in TALI are little-endian, so in the "get PDUGuy Harris2004-09-211-1/+1
* From Martin Mathieson: Fix a simple bug, in calculate_roundtrip_delay(), wher...Anders Broman2004-09-201-2/+2
* Update some RADIUS value stringsAnders Broman2004-09-201-16/+60
* Add to the "radius_attr_info" structure a pointer to an hf_ value, and,Guy Harris2004-09-191-1031/+992
* From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris2004-09-192-0/+2
* Make the Kerberos 4 dissector a "new-style" dissector, so it canGuy Harris2004-09-191-8/+6
* Fiax a MSVC WarningAnders Broman2004-09-181-1/+1
* Use FALSE as the byte order argument to "proto_tree_add_item()" whenGuy Harris2004-09-181-13/+13
* Distinguish between the "data offset" field (offset of this burstGuy Harris2004-09-181-32/+69
* From Jelmer Vernooij:Guy Harris2004-09-182-5/+168
* add decoding of werido special transac versions of kerberos 4Ronnie Sahlberg2004-09-181-7/+21
* make kerberos able to dissect pkinit/pa-pk-as-rep packetsRonnie Sahlberg2004-09-171-0/+3
* add pkinit replies dissectionRonnie Sahlberg2004-09-172-0/+46
* get rid of some compiler warningsRonnie Sahlberg2004-09-172-5/+13
* get rid of a compiler warning for unused function UserNoticeRonnie Sahlberg2004-09-172-2/+8
* From Jelmer Vernooij: get rid of some unused tables.Guy Harris2004-09-171-28/+2
* from Thomas Boehne: don't put code before a declaration - that's aGuy Harris2004-09-171-2/+4
* IP addresses are always big-endian.Guy Harris2004-09-171-1/+2
* new protocol : Kerberos v4Ronnie Sahlberg2004-09-172-0/+373
* get rid of some compiler warningsRonnie Sahlberg2004-09-171-0/+2
* FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.Guy Harris2004-09-171-1/+1
* From Jelmer Vernooij:Guy Harris2004-09-176-6/+356
* "Tali" -> "TALI".Guy Harris2004-09-161-3/+3
* From Viorel Suman: TALI (RFC 3094) support.Guy Harris2004-09-165-0/+228
* Just returning from a dissector without dissecting anything is rude;Guy Harris2004-09-161-26/+57
* add new dissectors to build processRonnie Sahlberg2004-09-1612-128/+905