Don't ignore SIGCHLD - doing so means that, on many platforms, we don't
[metze/wireshark/wip.git] / packet-x25.c
2003-04-20 Guy HarrisAdd a pointer to an hf_ value for a "reassembled_in...
2003-03-05 Guy HarrisDistinguish between the two directions of X.25 traffic...
2003-03-05 Guy HarrisWhen reassembling, test the correct M bit based on...
2003-03-04 Guy HarrisFrom Laurent Meyer: reassemble fragmented X.25 packets...
2003-03-01 Guy HarrisX.29 call user data in CALL REQUEST packets starts...
2003-03-01 Guy HarrisIf *all* you have in the user data portion of a Call...
2003-02-28 Guy HarrisFrom Laurent Meyer: let the user data in CALL REQUEST...
2003-02-16 Laurent DenielAccording to ITU/X.25 (refer to table G.2), only the...
2003-01-31 Guy HarrisGet rid of BASE_BIN - it's just the same as BASE_DEC...
2003-01-11 Guy HarrisOnly do stuff to circuits on the first pass.
2003-01-08 Guy HarrisDisplay the packet type as a bitfield for Data, RR...
2003-01-06 Guy HarrisShow the M bit regardless of whether it's set or not.
2003-01-06 Guy HarrisAdd an X.29 dissector.
2002-11-08 Guy HarrisAllow more than one circuit with the same circuit ID...
2002-09-01 Olivier AbadUpdate my email.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-09 Guy HarrisProcess address lengths according to the X.25 spec.
2002-05-09 Guy HarrisFrom Martin Thomas: handle address lengths based on...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-05 Guy HarrisAdd a heuristic dissector for protocols running atop...
2001-12-03 Guy HarrisAdd a routine tro look for a given port in a given...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-12-02 Guy HarrisAdd a new header file for X.264 transport protocol...
2001-12-02 Guy HarrisAn NLPID of 1 means T.70 when used as an X.263/ISO...
2001-11-25 Ed WarnickeSwitched from calling dissect_data to using call_dissector
2001-11-15 Gilbert RamirezAdd support for SNA-over-X.25. Add QLLC dissector....
2001-07-18 Olivier Abad- get_x25_pkt_len() :
2001-07-16 Guy HarrisFix a typo.
2001-07-14 Olivier AbadDissect more diagnostic codes.
2001-07-05 Olivier Abadfixed some warning: comparison between signed and unsigned
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-07 Guy HarrisMention RFC 1356 in the comment about handling NLPIDs...
2001-03-30 Guy HarrisNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-02-12 Guy HarrisIf you register more than one field with the same name...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-05 Guy HarrisX.25-over-LLC support, from Paul Ionescu.
2001-01-03 Olivier Abad- replace x25 with x.25 in all protocol fields
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-29 Richard SharpeModify X.25 dissector to accept a search string of...
2000-11-27 Olivier AbadThe length of FT_BOOLEAN bitfields must be specified...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-19 Guy HarrisRegister the OSI transport dissector by name, and make...
2000-11-18 Guy HarrisTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-01 Guy HarrisAdd support for OSI CLTP.
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-29 Olivier Abad1 - Use "tvb_reported_length()" in the X.25 dissector.
2000-05-28 Olivier AbadChanged my mail address to oabad@cybercable.fr (dhis...
2000-05-28 Gilbert RamirezProperly register hf_x25_dbit and hf_ex25_dbit.
2000-05-25 Olivier AbadConvert X.25 dissector to use tvbuffs.
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-15 Guy HarrisRalf Schneider's changes to enhance to OSI CLNP, CLTP...
2000-04-13 Gilbert RamirezChange the sub-dissector handoff registration routines...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-02-22 Guy HarrisMake "reinit_x25_hashtable()" static (it's not explicit...
2000-02-19 Olivier AbadUsed register_init_routine() to register "reinit_x25_ha...
2000-02-18 Olivier AbadRenamed init_dissect_x25() to reinit_x25_hashtable...
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-30 Guy HarrisDissect the user data of an incoming CALL REQUEST/INCOM...
2000-01-29 Guy HarrisThe user data in an X.25 call request packet is - at...
2000-01-24 Guy HarrisFix a bunch of dissectors to use "pi.captured_len"...
1999-12-12 Olivier AbadFinished improving display of facilities :
1999-12-10 Olivier AbadUse decode_numeric_bitfield for address length in call...
1999-12-09 Olivier AbadClass A facilities decoding :
1999-12-09 Olivier AbadPut X.25 Facilities in call packets in a subtree
1999-11-29 Gilbert RamirezChange Olivier's e-mail address.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-18 Guy HarrisOlivier Abad's patches to add:
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-12 Guy HarrisPatch from Olivier Abad:
1999-08-20 Guy HarrisAdd support for reading Full Frontal ATM from an ATM...
1999-08-05 Guy HarrisPut in an RCS ID.
1999-08-05 Guy Harris"packet-udp.c" and "packet-x25.c" both have global...
1999-08-04 Guy HarrisPatch from Olivier Abad to implement modulo 128 X.25...
1999-08-02 Guy HarrisOlivier Abad's patch to add dissectors for LAP-B and...