aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pcap
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-13/+13
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-0/+1
svn path=/trunk/; revision=44513
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman6-7/+27
- Fill the value_strings. svn path=/trunk/; revision=34929
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-2/+8
svn path=/trunk/; revision=34890
2010-05-15Update to V9.1.0 (2010-03).Anders Broman7-14/+67
svn path=/trunk/; revision=32818
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-01-02Update to V9.0.0 (2009-12)Anders Broman7-243/+1137
svn path=/trunk/; revision=31414
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
svn path=/trunk/; revision=27390
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-27/+11
svn path=/trunk/; revision=26728
2008-06-28Get rid of some unused code warnings.Anders Broman1-2/+0
svn path=/trunk/; revision=25627
2008-06-28Add som missing extension IE's and try to get rid of som unused code warnings.Anders Broman2-22/+38
svn path=/trunk/; revision=25625
2008-06-28To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64Anders Broman1-0/+6
svn path=/trunk/; revision=25624
2008-03-03Include the "UTRAN Iupc interface Positioning Calculation Application Part ↵Anders Broman1-1/+0
(PCAP)" dissector. svn path=/trunk/; revision=24534
2008-02-21Add code to set ssn in the preferenses and make it compile.Anders Broman2-9/+74
svn path=/trunk/; revision=24409
2008-02-16Add basic files for a UTRAN Iupc interface Positioning Calculation ↵Anders Broman11-0/+5842
Application Part (PCAP) dissector. svn path=/trunk/; revision=24354